Skip to content

oleg-golev/float-codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

float-codec

Compares different compression algorithms on floating point numbers.

Tested algorithms:

To Explore:

  • compressed_vec compresses data and allows processing directly on the compressed representation
  • fpzip - memory-efficient algorithm from 2006
  • gibbon
  • fpzip

To determine the (approximately) best approach to encode floating point numbers, we record the following evaluation measures:

  • Compression ratio (old file size / new file size)
  • Encoding speed
  • Decoding speed

About

Implements Facebook Gorilla-like compression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published