Delyan Angelov
|
2e57a1e1a6
|
sync: add vlib/sync/bench/many_writers_and_receivers_on_1_channel.v (run with --help)
|
2020-11-19 21:30:38 +02:00 |
Delyan Angelov
|
dab66593fc
|
vlib: run vfmt over vlib files, so that `v doc -m vlib/` can run without warnings
|
2020-10-21 12:54:10 +03:00 |
Uwe Krüger
|
168daebccf
|
sync/channels: fix bug that caused 100% CPU on block (#6357)
|
2020-09-13 15:13:06 +02:00 |
Uwe Krüger
|
b10d79c4d9
|
sync/channels: fixes for `try_push/pop()`, optimizations (#6352)
|
2020-09-12 02:29:11 +02:00 |
Uwe Krüger
|
cbcba2e4cf
|
parser: enable module auto import (of `sync`) (#6271)
|
2020-08-31 10:44:39 +02:00 |
Uwe Krüger
|
c2b4c645a1
|
sync/channels: document more benchmark results (#6135)
|
2020-08-15 11:20:51 +02:00 |
Uwe Krüger
|
c3cdfa1c96
|
sync/channels: provide `try_push(), try_pop() as public methods (#6101)
|
2020-08-10 18:06:42 +02:00 |
Uwe Krüger
|
d63daa0798
|
sync: use `mfence` on windows-tcc (#6079)
|
2020-08-06 17:31:05 +02:00 |