forked from M-Labs/libfringe
Add x86 benchmark results to README
This commit is contained in:
parent
418c53797e
commit
1653e7ba5e
|
@ -15,9 +15,15 @@
|
||||||
|
|
||||||
## Performance
|
## 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)
|
test swap ... bench: 7 ns/iter (+/- 0)
|
||||||
|
```
|
||||||
|
|
||||||
|
…and on x86, a mere 2.5ns!
|
||||||
|
|
||||||
|
```
|
||||||
|
test swap ... bench: 5 ns/iter (+/- 1)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
Loading…
Reference in New Issue