obsius / pointDB

Fast, lightweight, in-memory point database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pointDB

godoc coverage go report build license

A fast, lightweight, in-memory database for querying coordinates. Written in Go.

Installation

type ConvertibleTo interface {
	ConvertTo(interface{}) (bool, error)
}

Querying

type ConvertibleTo interface {
	ConvertTo(interface{}) (bool, error)
}

## Benchmarks
operation|ns/op|# operations|total time
-|-|-|-

About

Fast, lightweight, in-memory point database.

License:MIT License


Languages

Language:Go 100.0%