Skip to content

Commit

Permalink
README.md added
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerZ committed Oct 4, 2024
1 parent c74d16a commit 4953212
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions benches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

memcpy versus this:

'''
```
if (n==8) {
*(uint64_t*)d = *(uint64_t*)&base[OdtEntryAddr(e)];
d += 8;
Expand All @@ -25,7 +25,7 @@ memcpy versus this:
d += n;
}
e++;
'''
```


![trigger bench](image.png)
Expand All @@ -34,5 +34,7 @@ memcpy versus this:

## CalSeg::Sync

parking_lot::mutex versus std::sync::mutex


![sync bench](image-1.png)

0 comments on commit 4953212

Please sign in to comment.