nim-taskpools/taskpools
Jacek Sieka ffba691216
fix Flowvar allocation (#33)
* fix Flowvar allocation

* flowvar was allocating the wrong size for the spsc channel
* refactor channel to use an ordinary type for its buffer simplifying
construction / allocation, remove 256-byte limitation
* fix under-aligned allocation in channel test
2023-07-25 18:58:30 +03:00
..
instrumentation enable `styleCheck:usages` 2022-04-06 14:30:09 +02:00
primitives Abi fields byref (#21) 2022-07-20 09:55:42 +02:00
ast_utils.nim fix Flowvar allocation (#33) 2023-07-25 18:58:30 +03:00
channels_spsc_single.nim fix Flowvar allocation (#33) 2023-07-25 18:58:30 +03:00
chase_lev_deques.nim fix Flowvar allocation (#33) 2023-07-25 18:58:30 +03:00
event_notifiers.nim fix Flowvar allocation (#33) 2023-07-25 18:58:30 +03:00
flowvars.nim fix Flowvar allocation (#33) 2023-07-25 18:58:30 +03:00
sparsesets.nim enable `styleCheck:usages` 2022-04-06 14:30:09 +02:00
taskpools.nim fix Flowvar allocation (#33) 2023-07-25 18:58:30 +03:00
tasks.nim fork std/tasks, stricter exceptions (#34) 2023-07-05 11:46:36 +02:00