We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c4ee1 commit 6846184Copy full SHA for 6846184
2 files changed
README.md
@@ -342,7 +342,7 @@ print(f"Miss ratio: {miss_ratio:.4f}")
342
343
### Extending new algorithm
344
345
-With python package, you can extend new algorithm to test your own eviction design *without any C/C++ compilation**.
+With python package, you can extend new algorithm to test your own eviction design **without any C/C++ compilation**.
346
347
```python
348
import libcachesim as lcs
version.txt
@@ -1 +1 @@
1
-0.3.1
+0.3.2
0 commit comments