boostorg / boostorg/multi_index
Allow inserts with more than one hint
Open
- Dominant language
- C++
- Stars
- 58
- Forks
- 65
- Avg merge
- 3h 1m
- Merged PRs (30d)
- 1
Description
Hints improve performance. Sometimes we have more than one hint available before insert, and not using them all is a waste of time and power.
I figure the insert would have to be on the multi_index object itself and not a specific index.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the multi_index insertion API and the existing handling of insertion hints. Determine how multiple available hints should be supplied at the multi_index level, then verify that inserts can use all applicable hints without changing expected 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
- Mostly clear
- Newbie friendliness
- 25/100