aboutsummaryrefslogtreecommitdiff
path: root/src/library_memfs.js
AgeCommit message (Expand)Author
2013-08-27copy the entire datafile in one chunk into the heap, avoiding one malloc per ...Alon Zakai
2013-08-23do not fail when mmaping a MEMFS.CONTENT_FIXEDAlon Zakai
2013-08-23own the subarrays created by file preloading, to avoid a copyAlon Zakai
2013-08-23keep MEMFS files as typed arrays until we need them to be flexibleAlon Zakai
2013-08-13 - made FS.readdir easier to useAnthony Pesch
2013-08-09 - merged FS and VFS namespacesAnthony Pesch