https://github.com/chalcolith/pony-champ-map
Persistent maps using Compressed Hash-Array-Mapped Tries.
https://github.com/chalcolith/pony-champ-map
Last synced: 4 months ago
JSON representation
Persistent maps using Compressed Hash-Array-Mapped Tries.
- Host: GitHub
- URL: https://github.com/chalcolith/pony-champ-map
- Owner: chalcolith
- License: bsd-2-clause
- Created: 2018-09-07T21:42:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T22:38:59.000Z (over 7 years ago)
- Last Synced: 2025-10-11T16:33:22.213Z (9 months ago)
- Language: Pony
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pony-Champ-Map
This is an experimental implementation of the compressed hash array-mapped
prefix tree from 'Optimizing Hash-Array Mapped Tries for Fast and Lean Immutable
JVM Collections' by Michael J. Steindorfer and Jurgen J. Vinju.
Mostly developed to investigate bugs in the existing Pony implementation.
## Installation
* Install [pony-stable](https://github.com/ponylang/pony-stable)
* Update your `bundle.json`
```json
{
"type": "github",
"repo": "kulibali/pony-champ-map"
}
```
* `stable fetch` to fetch your dependencies
* `use "{PACKAGE}"` to include this package
* `stable env ponyc` to compile your application