Skip to content

Tiny neo4j in go for exploring data-centric laziness

License

Notifications You must be signed in to change notification settings

philipdexter/neolite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neolite

github.com/philipdexter/neolite

docs

A light version of neo4j to explore data-centric laziness

benchmark results

$ go test -bench=. -benchmem
goos: linux
goarch: amd64
pkg: github.com/philipdexter/neolite
BenchmarkLazy-4            21764             54845 ns/op           33408 B/op          3 allocs/op
BenchmarkEager-4           22674             53174 ns/op           32832 B/op          3 allocs/op
BenchmarkEagerChan-4        7064            252803 ns/op           38511 B/op          9 allocs/op

layout

struct layout

About

Tiny neo4j in go for exploring data-centric laziness

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages