Pinned Repositories
avlgen
Who needs generics when you have go generate.
bconf
trivial implementation of bconf in Go.
bmap_find
finding set bits in large bitmaps
bsearch
Implementation of bsearch in go.
cgo_overhead
kk
How hard can go mobile be anyway?
nanomsg-lb-test
Nanomsg load balancing test.
random-double
An algorithm for generating random doubles.
stuff
Small stuff
unpredictable
Unpredictable number generator.
art4711's Repositories
art4711/avlgen
Who needs generics when you have go generate.
art4711/bmap_find
finding set bits in large bitmaps
art4711/kk
How hard can go mobile be anyway?
art4711/random-double
An algorithm for generating random doubles.
art4711/unpredictable
Unpredictable number generator.
art4711/cgo_overhead
art4711/bconf
trivial implementation of bconf in Go.
art4711/bsearch
Implementation of bsearch in go.
art4711/stuff
Small stuff
art4711/nanomsg-lb-test
Nanomsg load balancing test.
art4711/filemap
Better wrapper for mmap in go.
art4711/bitrig
Bitrig base system respository.
art4711/timing
API for timing stuff
art4711/bmap
bmap experiments.
art4711/cmsg_example
art4711/go_decoder_test
Performance test of various ways to encode and decode raw data in Go.
art4711/go_json_non_trivial_decode
Some tests to figure out best ways to decode not entirely trivial JSON data in Go with minimal wheel reinvention.
art4711/libui
Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
art4711/randbench
Benchmarks of (not so)random number generators
art4711/fract-ui
Render a fractal to test building a ui in Go.
art4711/go_kafka_client
Apache Kafka Client Library for Go
art4711/maxminsample
art4711/peg
Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator.
art4711/shared_main
art4711/slice-bench
Slicing a bench.
art4711/split_drawer
Go image/draw parallelization.
art4711/stopwatch
Simple stopwatches in go.
art4711/timers
timers framework for go.
art4711/ui
Platform-native GUI library for Go.