Skip to content

A C# port of the JavaFastPFOR library by Daniel Lemire

Notifications You must be signed in to change notification settings

lemire/CSharpFastPFOR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSharpFastPFOR: A C# port of the simple integer compression library JavaFastPFOR

Why?

While building a in-memory compressed datastructure, I needed a library for efficient integer compression. JavaFastPFOR was what I needed, so I ported it to C#.

Requirements

  • .NET 4.6.1
  • Visual Studio 2015

API

The API is excatly the same as JavaFastPFOR. See the documentation here: http://www.javadoc.io/doc/me.lemire.integercompression/JavaFastPFOR/

References

About

A C# port of the JavaFastPFOR library by Daniel Lemire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%