Skip to content

Repository files navigation

nvlib

Some container I built for C++ that I couldn't find elsewhere.

Containers

  • array: a dynamic sized array, without capacity field
  • gstring: german styled string without prefix in data
  • ustring: umbra styled string with prefix in data
  • lru_cache: least recently used cache
  • punordered_map: a hash table implemenetation given a perfect hash function
  • trie: a tree data structure for fast searching of strings and prefixes

Other

  • SSocket: some templates to shorten socket function calls with WinSock2

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages