Skip to content

Commit 6bb7c17

Browse files
authored
Update README.md
1 parent 2a427c9 commit 6bb7c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java-Probability-Collection
22
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/lewysDavies/Java-Probability-Collection/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/lewysDavies/Java-Probability-Collection/?branch=master) [![Build Status](https://scrutinizer-ci.com/g/lewysDavies/Java-Probability-Collection/badges/build.png?b=master)](https://scrutinizer-ci.com/g/lewysDavies/Java-Probability-Collection/build-status/master) [![](https://jitpack.io/v/lewysDavies/Java-Probability-Collection.svg)](https://jitpack.io/#lewysDavies/Java-Probability-Collection)<br>
3-
Generic and Highly Optimised Java Data-Structure for Retrieving Random Elements With Probability
3+
Generic and Highly Optimised Java Data-Structure for Retrieving Random Elements with Probability
44

55
# Usage
66
```
@@ -25,7 +25,7 @@ RareAF's Probability is 0.01% | Was selected 0.01% of the time
2525
```
2626

2727
# Performance
28-
Get performance has been significatly reduced in comparision to the previous Map implementation. This has been achieved with customly compared TreeSets.
28+
Get performance has been significantly reduced in comparison to my previous map implementation. This has been achieved with custom compared TreeSets.
2929
0.314ms to just 0.004.
3030
```
3131
Benchmark Mode Cnt Score Error Units

0 commit comments

Comments
 (0)