Top 4.3% forks on proxy.golang.org
proxy.golang.org : github.com/chop-dbhi/origins
Origins is an open source bi-temporal database for storing and retrieving facts about the state of things. It supports "time-travel" queries, aggregate views, and change detection. The primary interface is the CLI which can be installed by running: This package defines some of the primitive structures and algorithms for manipulating, reading, and writing facts and is used to build higher level client APIs. Fact sorting is done using the Timsort algorithm which is hybrid algorithm of merge sort and insertion sort. This is chosen because facts are generally partially sorted by entity since facts are derived from higher level objects. For comparison, comparators for the default Quicksort algorithm are implemented for benchmarking purposes. Wikipedia: https://en.wikipedia.org/wiki/Timsort Comparison to quicksort: http://stackoverflow.com/a/19587279/407954
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/chop-dbhi/origins
License: BSD-2-Clause
Latest release: over 8 years ago
First release: over 8 years ago
Namespace: github.com/chop-dbhi
Stars: 39 on GitHub
Forks: 7 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago