boostorg / boostorg/multi_index

Allow inserts with more than one hint

Open
#23 1 comment 2 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.