An open API service indexing awesome lists of open source software.

https://github.com/epam/containers

Collection of handy data structures and algos for C#/Java specially designed for GC-free programming. ObjectPools, MutableBlobs, MutableStrings, BinaryHeaps, Linked Lists, Trees, fast memory copy, fast hash calculators and others.
https://github.com/epam/containers

Last synced: about 1 year ago
JSON representation

Collection of handy data structures and algos for C#/Java specially designed for GC-free programming. ObjectPools, MutableBlobs, MutableStrings, BinaryHeaps, Linked Lists, Trees, fast memory copy, fast hash calculators and others.

Awesome Lists containing this project

README

          

Containers
========

Collection of handy data structures and algos for C#/Java specially designed for GC-free programming.
ObjectPools, MutableBlobs, MutableStrings, BinaryHeaps, Linked Lists, Trees, fast memory copy, fast hash calculators and others.