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.
- Host: GitHub
- URL: https://github.com/epam/containers
- Owner: epam
- License: apache-2.0
- Created: 2021-02-05T00:51:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T09:00:43.000Z (about 5 years ago)
- Last Synced: 2025-06-09T17:11:25.878Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 439 KB
- Stars: 8
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.