James Mills
James Mills
Is there anything that would cause exponential slowdown in insert/s as the size of the database increases? I've noticed this in an application I'm developing that only stores one type...
@asdine I see; I'll give that a try. How do you explain the non-linear degradation in perf? Should I be thinking about using bleeve for indexing/search? Also how does batching...
@asdine For example: * Run 1: 1000 reqs, concurrency 10 ~200 req/s * Run 2: 1000 reqs, concurrency 10 ~150 req/s * Run 3: 1000 reqs, concurrency 10 ~130 req/s...
I isolated as much as I could to just the BoltDB/Storm writes and I'm seeing perf like 285, 235, 180, 160 after successive load tests of 1000 reqs / concurrency...
Another point that's come to mind in my playing around with [go-fuzz](github.com/dvyukov/go-fuzz) > When do you consider fuzzing complete? Does `go-fuzz` eventually give up?
Thanks! I've played around with some coreaudio libraries (for Go) and didn't have much luck there (yet)
The man page for[netlink](http://man7.org/linux/man-pages/man7/netlink.7.html) does seem to suggest you can connect to unicast and multicast netlink sockets. The question I guess is how you bring the host netlink socket into...
@muesli So let's do it? :)
What would this Bee do? On Mon, 29 Apr 2019 at 09:27, Christian Muehlhaeuser < [email protected]> wrote: > @Mark-Jung Of course, go ahead! > > — > You are receiving...
Why not just do what [Consul Template](https://github.com/hashicorp/consul-template) does and just allow arbitrary binary/scripts/whatever to be used as Bees. Define the interface as a set of required Stdin/Stdout and. Why should...