Joel Andritsch
Joel Andritsch
I noticed that several of the methods in `Cursor` use Underscore. I swapped that lib for lodash, which is known to be faster and provides the same utilities. That sped...
Update: It seems like memory usage drops down eventually over time (several minutes past the point memory peaks), but the initial spike from ~8mb to 300mb is pretty unexpected. Could...
It does seem related to `indexer.Close(ctx)`. If I comment that out and just `nil` out the ref to the indexer then memory usage doesn't climb unexpectedly. But if I keep...
Looks like there's already a PR for this: https://github.com/elastic/go-elasticsearch/pull/701
I agree to change the license from Commons-Clause v1.0 to Apache-2.0