Refactor of all collection Types. #202

Merged
Dandielo merged 52 commits from refactor-collections into master 2026-02-08 05:45:05 +00:00
Dandielo commented 2026-01-04 14:10:44 +00:00 (Migrated from github.com)

Finished changes:

  • Removed 'ucount'

WIP changes:

  • u: String
  • u: VarString
  • u: HeapString (AllocString)
  • u: HeapVarString (AllocVarString)
  • u: StaticString
  • n: ncount
  • n: nindex

Remaining changes:

  • View
  • Span
  • Array
  • HashMap (u64 key)
  • RBMap (any key)
  • Queue
  • Others?
Finished changes: - [x] Removed 'ucount' WIP changes: - [x] u: String - [x] u: VarString - [x] u: HeapString (AllocString) - [x] u: HeapVarString (AllocVarString) - [x] u: StaticString - [x] n: ncount - [x] n: nindex Remaining changes: - [ ] View - [x] Span - [x] Array - [x] HashMap (u64 key) - [ ] RBMap (any key) - [x] Queue - [x] Others?
Sign in to join this conversation.
No description provided.