Andrei Avram

Results 11 comments of Andrei Avram

The situation occurs quickly with large requests size. I've sent a ~100KB query string and it rapidly leaked to more than 1GB of memory at the `overlapValidated` map. ``` c.overlapValidated[selectionPair{a,...

Hi, @bvbfan, Thanks for taking the time to add your contribution! I see you've introduced several changes that are not strictly related one to another. I would like to slowly...

Great, I will find the time for each one and introduce it. Thanks again!

@diegobernardes, the PR is finished but not accepted because of performance concerns. Please see the discussions.

I've fixed my need in another way, see this repo: https://github.com/andreiavrammsd/go-live-reload

Do you have performance issues? What is your specific use case? To make this feature generic, it's needed to write any range of elements from a container. Thus an iterator...

Thanks for the input! I will consider the info.

I'll leave this open for a while to see if I get to it.

Thanks for taking a look! I will leave the issue open until I get to it.

I have this issue if I use [boost.move](https://registry.bazel.build/modules/boost.move): MODULE.bazel ``` bazel_dep(name = "boost.move", version="1.83.0") ``` BUILD ``` cc_library( name = "lib", hdrs = [ "include/lib.hpp", ], includes = ["include"], visibility...