optimizations
This commit is contained in:
parent
e4ea8d6ffc
commit
b307383f52
9 changed files with 33 additions and 10315 deletions
10
readme.md
10
readme.md
|
|
@ -11,14 +11,16 @@ It is an algorithm that analyzes a one-dimensional dataset of integers to identi
|
|||
With a Rust and Cargo environment set up, simply run:
|
||||
|
||||
```sh
|
||||
$ cargo build --release
|
||||
cargo build --release
|
||||
```
|
||||
|
||||
To also compile a Python wheel, you need Maturin set up. SImply run:
|
||||
To also compile a Python wheel, you need Maturin set up:
|
||||
|
||||
```sh
|
||||
$ maturin build --release
|
||||
$ pip install target/wheels/lyagushka-1.1.0*.whl
|
||||
pipenv install
|
||||
pipenv shell
|
||||
maturin build --release
|
||||
pip install target/wheels/lyagushka-1.1.0*.whl
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue