Jason Wilder
2cac46ebbc
Convert usage of strings to []byte
...
Measurement name and field were converted between []byte and string
repetively causing lots of garbage. This switches the code to use
[]byte in the write path.
2017-05-12 14:05:19 -06:00
Cory LaNou
3c518f8927
panicing is bad -> error returns are good
2017-01-03 14:28:29 -06:00
Jack Zampolin
e39dcaf8f0
Clean up code, fix struct and file names to fit with golang convention
2016-06-22 13:13:36 -07:00
Jack Zampolin
9a8a794ebb
Address PR comments
2016-04-28 14:22:39 -07:00
Jack Zampolin
0521ae78a0
Address PR comments
2016-04-25 11:13:10 -07:00
Jack Zampolin
9decf09d48
Add v2 stress test
2016-04-21 11:03:43 -07:00