4 Commits

Author SHA1 Message Date
Emil Fresk
6fdcc4fb99 New SPSC queue, now safe and much simpler
This commit implements a new, simplified, SPSC that does not have the
reported issues (e.g. not properly wrapping the indexes for non
powers-of-2), and the support for multiple different index sizes has
been removed for simplicity.
2021-04-18 19:18:56 +02:00
Roman Proskuryakov
a507b8ec3e Fix cfail tests in const generics 2021-04-03 14:02:09 +03:00
Roman Proskuryakov
5bde47c214 Fix cfail tests 2021-03-28 11:04:39 +03:00
Jorge Aparicio
2274a56f02 move cfail tests into their own Cargo project 2019-12-17 16:25:41 +01:00