schets / multiqueue

A fast mpmc queue with broadcast capabilities
MIT License
201 stars 29 forks source link

Bulk inserts and possibly removal #3

Closed schets closed 6 years ago

schets commented 7 years ago

Bulk inserts are a no brainer, and trivially possible with this sort of queue design.

Bulk removals are a little bit trickier api wise - the right thing to do isn't clear when a single subscribe has multiple readers.

schets commented 6 years ago

Bulk inserts aren't super great from a latency perspective, canning for now