Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add downloads counter and filter for large datasets, which require more than 32GB RAM.
  • Loading branch information
chernishev committed Mar 12, 2024
1 parent a2b7db0 commit f3b06b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Downloads](https://static.pepy.tech/badge/desbordante)](https://pepy.tech/project/desbordante)

<p>
<img src="https://github.com/Mstrutov/Desbordante/assets/88928096/d687809b-5a3b-420e-a192-a1a2b6697b2a"/>
Expand Down Expand Up @@ -259,7 +260,7 @@ The `./build.sh` script generates the following file structure in `/path/to/Desb
The `input_data` directory contains several .csv files that are used by `Desbordante_test`. Run `Desbordante_test` to perform unit testing:
```sh
cd build/target
./Desbordante_test
./Desbordante_test --gtest_filter='*:-*HeavyDatasets*'
```

`desbordante.cpython-*.so` is a Python module, packaging Python bindings for the Desbordante core library. In order to use it, simply `import` it:
Expand Down

0 comments on commit f3b06b5

Please sign in to comment.