https://github.com/fl03/algae
A collection of useful algorithms and data-structures optimized for blockchain environments
https://github.com/fl03/algae
algorithms data-structures rust scsys wasm
Last synced: about 2 months ago
JSON representation
A collection of useful algorithms and data-structures optimized for blockchain environments
- Host: GitHub
- URL: https://github.com/fl03/algae
- Owner: FL03
- License: apache-2.0
- Created: 2022-10-17T17:22:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T02:06:45.000Z (over 1 year ago)
- Last Synced: 2025-06-09T03:29:32.128Z (10 months ago)
- Topics: algorithms, data-structures, rust, scsys, wasm
- Language: Rust
- Homepage: https://crates.io/crates/algae
- Size: 323 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# algae
[](https://crates.io/crates/algae)
[](https://docs.rs/algae)
[](https://github.com/FL03/algae/actions/workflows/clippy.yml)
[](https://github.com/FL03/algae/actions/workflows/rust.yml)
***
Welcome to algae, a collection of optimized data-structures and algorithms intended for use within blockchain environments.
## Getting Started
### Build from the source
#### _Clone the repository_
```bash
git clone https://github.com/FL03/algae
```
#### _Build the project_
```bash
cargo build --release
```
## Contributors
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
- [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/)
- [MIT](https://choosealicense.com/licenses/mit/)