DeanoBurrito / northport

Monolithic kernel and support libraries for riscv64 and x86_64.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syslib: Expanded Template Library

DeanoBurrito opened this issue · comments

commented

With a proper userspace on the horizon it'd be nice to have more of the usual templates available. In particular:

  • map/unordered map
  • dequeue/queue
  • hashtable/hashmap

The existing vector and circular queue implementations could use improvements as well, mainly in their utility functions and iterators.