Skip to content

Conversation

@mrtryhard
Copy link
Contributor

As per #131, I gave a shot at making dashmap optional.

You can activate the dashmap implementation by activating the feature flag performance in your Cargo.toml file. This will cause an additional usage of dashmap.

Alternatively, you may compile directly with

cargo build --features performance

Let me know if you want to name the feature differently or if there are better ways to approach this.

You can activate the dashmap implementation by activating the feature flag `performance` in your `Cargo.toml` file. This will cause an additional usage of dashmap.

Alternatively, you may compile directly with
```
cargo build --features performance
```
@mrtryhard mrtryhard requested a review from bikeshedder March 14, 2025 05:32
@kellpossible
Copy link
Owner

@mrtryhard sorry I didn't see this until now! I can review this this week.

@kellpossible kellpossible added the enhancement New feature or request label Apr 13, 2025
@kellpossible
Copy link
Owner

Thanks @mrtryhard and @bikeshedder !

@kellpossible kellpossible merged commit 564f296 into kellpossible:master Apr 13, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants