Skip to content

clockworkgeek/big-binary-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

big-binary-files

Object orientated file access most suited for large data sets. All read and write operations use file locking, which always leaves the file in a valid state, so there can be no concurrency issues. Waiting for disc IO might seem slow but it's faster than reading large files to memory.

About

PHP classes for efficient operations on large structured files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages