Brendan Long
Brendan Long
We don't have anything planned for this. Can you explain what these feature is and how it would work?
I did some experimentation with Angstrom and my basic parser was an order of magnitude slower than Pgx's current code. I might try a little bit more experimentation with flambda....
We should probably look into how PG'OCaml and Postgres_async do serialization and see if we can come up with a base parser/serializer library that they could both theoretically use too.
Nevermind, it looks like if we add Async overhead into account, Angstrom_async actually reads data more efficiently than Pgx does, which massively swamps the difference in parse speed: ``` Estimated...
I started working on this here: https://github.com/brendanlong/ocaml-postgres-protocol
Looking at the code that triggered this for us, I'm suspicious that this is another issue with Pgx_async.execute_map. I'm wondering if we should just remove that since it's too confusing...
This bug report has a lot of information about use-cases. Copying it here for convenience: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28083 http://lists.w3.org/Archives/Public/public-whatwg-archive/2015Feb/0030.html The use-case I have in mind is MPEG DASH or HLS live streaming:...
I'm using Rx3Apollo and it works for me in gradle but I get the same error in Intellij: Weirdly enough, it works fine when I build on the command line...
I'm seeing this problem when running the DataDog agent (v6) in Docker, which monitors docker.sock to upload stats. See https://github.com/aws/amazon-ecs-agent/issues/1489 It's happening very consistently to me, but it would be...
The problem went away for us when we stopped using a particular setting in the Datadog agent (collecting Docker image stats).