libjavaewah-java-doc

Compressed variant of the java bitset class (documentation)
  https://code.google.com/p/javaewah/
  0
  no reviews



Javaewah is a word-aligned compressed variant of the java bitset class. it uses a 64-bit run-length encoding (rle) compression scheme. it trades-off some compression for better processing speed. it also has a 32-bit version which compresses better, but is not as fast.

this package contains the api documentation of libjavaewah-java.