You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CC @ithinuel, @Sympatron, just making you aware that I've been prototyping a "next gen" version of bbqueue over in https://github.com/jamesmunns/bbq2, the idea was to iterate there, then someday merge it into this repo.
I don't think there is any action required, but I wanted it to share in case any of the nice things from over there could be useful over here.
The text was updated successfully, but these errors were encountered:
It uses generics to allow for multiple "flavors" of bbqueue, e.g. whether you have atomics or not, whether you want async or not, how you store the data (inline or externally, and in a static or in an arc).
It's the same core algorithm, but with more flexibility to reduce code duplication.
CC @ithinuel, @Sympatron, just making you aware that I've been prototyping a "next gen" version of bbqueue over in https://github.com/jamesmunns/bbq2, the idea was to iterate there, then someday merge it into this repo.
I don't think there is any action required, but I wanted it to share in case any of the nice things from over there could be useful over here.
The text was updated successfully, but these errors were encountered: