John A. De Goes
John A. De Goes
[Here is a reproducer](https://github.com/zio/zio-schema/pull/334/files)
/bounty $100
Yes, in a subproject would be best! (But in this same repo.)
I would love to see this pull request merged in! ❤️
/bounty $1250
cc @kyri-petrou
cc @kyri-petrou
cc @kyri-petrou
Another possible experiment: pull out `head` of queue separately for the 1 element case, put the rest of a small number into an array, and use a linked list for...
Bounty is for an implementation that is notably faster than concurrent linked queue in run loop-type usage scenarios, together with a benchmark that proves it, and also before/after benchmark results...