We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa17c1 commit 189c869Copy full SHA for 189c869
docs/src/benchmark.md
@@ -5,7 +5,7 @@
5
Using these sampling techniques can bring down considerably the memory usage of the program,
6
but there are cases where they are also more time efficient:
7
8
-<img width="1200" height="900" alt="comparison_stream_algs" src="https://github.com/user-attachments/assets/afc281ff-a969-4ced-9c68-9e0ec2974d9c" />
+
9
10
The iterator used is a filtered generator which creates an integer range between `1` and `10^8`. The filtering step is performed to make the
11
benchmark more accurately mimic a somewhat realistic iterator, on which the methods could be actually used in practice.
0 commit comments