cameron314 / cameron314/readerwriterqueue

Insert range / pop range?

Open
#160 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
4.6k
Forks
736
Avg merge
10d 5h
Merged PRs (30d)
1

Description

Is it possible to implement bulk insertion? For example, I have a queue of floats, and I want to add a couple thousand of them at once. And on the other end bulk unloading is also necessary.

P. S. Thanks for this awesome class/library! Has been working like a charm so far.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Begin with the queue API and its single-producer/single-consumer constraints. Define the desired bulk-insert and bulk-unload semantics for float queues, then add coverage for both operations while preserving existing queue behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.