Update README.md

This commit is contained in:
Matthew Parkinson
2024-11-28 13:38:23 +00:00
committed by GitHub
parent 4272126343
commit 4efc0e7d02

View File

@@ -62,7 +62,7 @@ The rest of this section details some improvements to get those results.
The most interesting feature was the combining lock.
This uses ideas from the Flat Combining work to provide a C++ lock that can be used to reduce the number of cache misses during lock contention.
You can read more about that in [combininglock.md](../combininglock.md).
You can read more about that in [combininglock.md](../../combininglock.md).
### DO_DUMP and DONT_DUMP
@@ -127,4 +127,4 @@ We are still experimenting with this feature, and would love to hear your feedba
## Conclusion
The 0.7 release addresses a few awkward performance issues in `snmalloc`, and provides an interesting platform to develop new security features on top of `snmalloc`.
Happy allocating!
Happy allocating!