Genbox / CSharpFastPFOR

A C# port of the JavaFastPFOR library by Daniel Lemire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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#. See the original project by Daniel Lemire here: https://github.com/lemire/JavaFastPFOR

Requirements

  • .NET Core 2.0 SDK
  • Visual Studio 2019

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

License:Apache License 2.0


Languages

Language:C# 99.9%Language:Smalltalk 0.1%