Skip to content

Commit 4efc0e7

Browse files
authored
Update README.md
1 parent 4272126 commit 4efc0e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/release/0.7/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The rest of this section details some improvements to get those results.
6262

6363
The most interesting feature was the combining lock.
6464
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.
65-
You can read more about that in [combininglock.md](../combininglock.md).
65+
You can read more about that in [combininglock.md](../../combininglock.md).
6666

6767
### DO_DUMP and DONT_DUMP
6868

@@ -127,4 +127,4 @@ We are still experimenting with this feature, and would love to hear your feedba
127127
## Conclusion
128128

129129
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`.
130-
Happy allocating!
130+
Happy allocating!

0 commit comments

Comments
 (0)