2016-05-25 15:40:25 -05:00
2016-05-25 15:40:25 -05:00
2016-05-25 15:40:25 -05:00
2016-05-25 14:55:49 -05:00
2016-05-25 15:07:49 -05:00

flake

Very simple snowflake generator

but..

Why is the mutex'd version faster?

go test -bench=.
testing: warning: no tests to run
PASS
BenchmarkGenerate-12                     3000000               523 ns/op               0 B/op          0 allocs/op
BenchmarkGenerateLocks-12                5000000               290 ns/op               0 B/op          0 allocs/op
BenchmarkGenerateLocksParallel-12        3000000               540 ns/op               0 B/op          0 allocs/op
Description
No description provided
Readme 95 KiB
Languages
Go 95.5%
PLpgSQL 4.5%