Add x86 benchmark results to README

master
edef 2015-04-16 13:17:37 -04:00
parent 418c53797e
commit 1653e7ba5e
1 changed files with 7 additions and 1 deletions

View File

@ -15,9 +15,15 @@
## Performance
libfringe does context switches in 3.5ns flat!
libfringe does context switches in 3.5ns flat on x86_64!
```
test swap ... bench: 7 ns/iter (+/- 0)
```
…and on x86, a mere 2.5ns!
```
test swap ... bench: 5 ns/iter (+/- 1)
```
## Limitations