nfengine icon indicating copy to clipboard operation
nfengine copied to clipboard

Custom containers

Open Witek902 opened this issue 8 years ago • 1 comments

  • [x] UniquePtr
  • [x] SharedPtr + WeakPtr
  • [x] String + StringView
  • [x] DynArray
  • [x] StaticArray
  • [x] ArrayView
  • [x] StringView
  • [x] String
  • [x] Map
  • [x] Set
  • [x] HashSet
  • [x] HashMap
  • [x] Queue
  • [ ] Stack
  • [ ] LocklessStack
  • [ ] FreeList
  • [ ] LocklessFreeList
  • [ ] Thread
  • [x] Mutex
  • [x] ConditionVariable

Witek902 avatar Jun 24 '16 20:06 Witek902

It has to be done, but IMO it mus wait for a much later on.

I'm relabelling this to low priority and assigning to "Future releases" milestone

lookeypl avatar Jun 27 '16 07:06 lookeypl