David Fuhry

Results 5 issues of David Fuhry

* **asyncpg version**: 0.22.0 * **PostgreSQL version**: 9.4 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: Local PostgreSQL...

As already noted in (closed) issue #18 , `marisa::Keyset` poses an input size (memory) bottleneck for trie construction. dawgdic has a DawgBuilder class which accepts input in (LC_ALL=C, i.e. memcmp)...

iostat 11.0.1 (and possibly earlier versions) on Linux, when run as "iostat -xkd 30 2" as recommended, output r_await and w_await columns to the right of await (as the 11th...

asyncpg supports an explicit server_options=... dict connection method parameter, but does not seem to populate its value from the PGOPTIONS environment variable. This is a feature request for it to...

I am storing polygons / linestrings and I would like to stream (generate) nearest neighbors. This requires first iterating through nearest bounding boxes in order, with true-distance comparisons between the...