Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 1 month ago
JSON representation

A collection of useful algorithms and data-structures optimized for blockchain environments

Awesome Lists containing this project

README

        

# algae

[![crates.io](https://img.shields.io/crates/v/algae.svg)](https://crates.io/crates/algae)
[![docs.rs](https://docs.rs/algae/badge.svg)](https://docs.rs/algae)
[![Clippy](https://github.com/FL03/algae/actions/workflows/clippy.yml/badge.svg)](https://github.com/FL03/algae/actions/workflows/clippy.yml)
[![Rust](https://github.com/FL03/algae/actions/workflows/rust.yml/badge.svg)](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/)