using jpeg as a memory mapped file -


My JPEG image is 360x288 resolution This image is stored on my server This image can be randomly updated, but sequential methods To

I am uploading as a byte array through a web service, so I can save it to an image / JPEG on my hard drive.

And it continues ...

Now, I'm curious that using a memory map file will improve efficiency as I've read something (and Where not missed) that by default is the image already a memory map file?

Any information will be great ...


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -