//
pkg.gl
Category
github.com/Fantom-foundation/carmendb
backend
array
pagedarray
package
0.0.0-20240830124323-c3d2d57c8a5a
Repository:
https://github.com/fantom-foundation/carmendb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
Files
170 SLOC
#
Functions
NewArray
NewArray constructs a new instance of paged file backed array.
NewPage
No description provided by the author
#
Structs
Array
Array is a filesystem-based array.Array implementation - it stores mapping of ID to value in binary files.
Page
Page is the in-memory version of a page of the file store.