nim-works / loony

A high throughput MPMC lock-free queue based on a paper by Giersch, Nolte et al implemented in pure Nim.

Home Page:https://nim-works.github.io/loony/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[CHORE] Refactor alias types

shayanhabibi opened this issue · comments

Refactor all these alias types like TagPtr to use a distinct type with converters to avoid boilerplate spaghetti as per disruptek