Skip to content

Commit

Permalink
Remove pua, though it may return someday w/template oatFileBacked
Browse files Browse the repository at this point in the history
or some such to simplify creating file-based hashes from memfiles or
whatever. { It is not impossible with c89 stdio via fseek, though it'd
sure be nice to not limit ourselves to 40 year old IO apis. ;-) }
  • Loading branch information
c-blake committed Nov 22, 2024
1 parent 88e9294 commit b2e925e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adix/oats.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import std/hashes, adix/[bitop, topk]; export topk.TopKOrder
template pua*(T: typedesc): untyped = ptr UncheckedArray[T]
type # More adaptable than Nim std/sets|tables (named ROats|VROats here)
Oat*[K, Q] = concept t # Base Concept: Open-Addressed Table
cap(t) is int # Query alloc num. of slots
Expand Down

0 comments on commit b2e925e

Please sign in to comment.