https://github.com/mbarbin/appendable-list
A datastructure supporting constant time append operations
https://github.com/mbarbin/appendable-list
Last synced: 2 months ago
JSON representation
A datastructure supporting constant time append operations
- Host: GitHub
- URL: https://github.com/mbarbin/appendable-list
- Owner: mbarbin
- License: mit
- Created: 2023-09-06T07:24:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T17:00:49.000Z (over 1 year ago)
- Last Synced: 2025-02-11T18:24:44.332Z (over 1 year ago)
- Language: OCaml
- Homepage: https://mbarbin.github.io/appendable-list/
- Size: 824 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# appendable-list
:warning: This repository is now a public archive. I have stopped developing the project and will not be maintaining it forward.
---
[](https://github.com/mbarbin/appendable-list/actions/workflows/ci.yml)
This library offers a repackaging of `Core_extended`'s `Appendable_list`, as a standalone opam package.
Original code at https://github.com/janestreet/core_extended/tree/master/appendable_list
The code was slightly modified in order to remove dependencies into `Core` and solely depend on `Base` instead, making it available in more contexts, without requiring to add a dependency into `Core` and `Core_extended`.
## Code Documentation
The code documentation of the latest release is built with `odoc` and published to `GitHub` pages [here](https://mbarbin.github.io/appendable-list).