c - mmap-like algorithm using fseek -


so idea able read small parts of file @ offset if memory mapped, using fseek/fread. of time sequential needs have ability read arbitrary offset file. needs small buffer of 64kb read , fill once current reading offset near end (possibly thread using double buffering), can intelligently offset when possible, not naive fseek fread.

is there existing library/algorithm handles or have write myself. googleing did not find much.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -