b7ebb8ce6a33d61111fe5bdfaa5accef387fdea6
It can store multiple streams of integers in a single file. It uses blocks of 512 byte, which is only 1/8th of the block size the file based data-store uses. This reduces the overhead and waste of memory for short integer streams significantly. Storing data in one big file, instead of many small files, makes backups much more efficient.
Description
No description provided
Languages
Java
79.4%
TypeScript
11.1%
HTML
4.5%
Python
2.8%
SCSS
1.1%
Other
0.9%