ctl icon indicating copy to clipboard operation
ctl copied to clipboard

small_vector, sorted_vector

Open rurban opened this issue 3 years ago • 0 comments

  • small_vector (if small on stack) is a standard container since long. just not in std yet
  • sorted_vector is e.g. needed for hashmap security, with binary_search.

rurban avatar Mar 27 '21 09:03 rurban