High-Speed-Priority-Queue-for-C-Sharp icon indicating copy to clipboard operation
High-Speed-Priority-Queue-for-C-Sharp copied to clipboard

Look into code generation

Open BlueRaja opened this issue 8 years ago • 1 comments

There are too many queues sharing primarily the same code. Using generics is not an option because priority-comparison turns out to be too slow. I should look into Text Templates for code generation to reduce the code redundancy.

BlueRaja avatar Jun 13 '17 16:06 BlueRaja

New C# version has source generators that might turn this into a fun project.

mchandschuh avatar Jul 19 '20 06:07 mchandschuh