//
pkg.gl
Category
github.com/hypermodeinc/dgraph/v24
xidmap
package
24.1.0-rc5
Repository:
https://github.com/hypermodeinc/dgraph.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
20
Dependents
2
Files
456 SLOC
#
Functions
New
New creates an XidMap.
NewTrie
NewTrie would return back a Trie backed by the provided Arena.
#
Structs
Trie
Trie is an implementation of Ternary Search Tries to store XID to UID map.
XidMap
XidMap allocates and tracks mappings between Xids and Uids in a threadsafe manner.
XidMapOptions
XidMapOptions specifies the options for creating a new xidmap.