-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
RSS Sydney
We can allow users to select how the memory should be managed by using key_string::Builder / key_string::HeapBuilder / key_string::PooledBuilder depending on the needs. Right now getValueCopy() just calls key_string::Value::makeValue() to create a Value. This function is indirectly called from nextKeyString() and seekForKeyString().
The context is in this PR.