Skip to content

Instantly share code, notes, and snippets.

@mpenick
Created March 26, 2015 22:16
Show Gist options
  • Select an option

  • Save mpenick/837cb111a469ac43edb2 to your computer and use it in GitHub Desktop.

Select an option

Save mpenick/837cb111a469ac43edb2 to your computer and use it in GitHub Desktop.
Easy:
XX string_ref - Internal impl
XX starts_with, ends_with - Internal impl
XX case insensitive compare - Internal impl
XX function, bind - Internal impl - Function pointers
Medium:
XX hash_range - https://code.google.com/p/sparsehash/
XX is_base_and_derived - Internal impl
XX stdint
Hard:
atomic
alignment_storage, alignment_of
random_device
mt19937_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment