Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
/ go-bigarray Public archive

An array implementation in Go that can spill to disk

License

Notifications You must be signed in to change notification settings

team-spectre/go-bigarray

Repository files navigation

go-bigarray

An array implementation in Go that can spill to disk.

License GoDoc Build Status Issues Pull Requests Latest Release

This module is intended to be useful for data sets in the range of megabytes to terabytes: too large to fit in RAM, but small enough to fit on a single machine, with a strong preference for sequential access patterns.

About

An array implementation in Go that can spill to disk

Resources

License

Stars

Watchers

Forks

Packages

No packages published