David Wilson

Results 58 issues of David Wilson

This doesn't need to be done in time for 0.3, and although I'm personally generally insensitive to the problem, as it may present a difficulty for attracting new users and...

DesignRequired

### Affected Operating Systems * Windows * [Other] ### Affected py-lmdb Version master ### Describe Your Problem `cpython.c` makes quite liberal use of `METH_NOARGS`, which causes the `PyCFunction` pointer to...

bug

Currently the constructor prototype hardwires copies of constants from the LMDB code. They should be replaced with `None`, and the various set() calls in the constructor body should not occur...

Recorded using `tests/bench/throughput.py` , either running with `python_path=["perf", "record", "-g", "python"]` / perf report, or with `enable_profiling=True` to capture the cProfile output. All methods except `.local()` are commented out ------...

bug
performance

Hey there, Thanks for a lovely piece of code. I couldn't help but notice a tremendous (at least 20%) amount of runtime wasted on string copying, and it seems quite...

Hi there, Per my Reddit comment at http://uk.reddit.com/r/datasets/comments/26xqgs/downloading_all_of_hacker_news_posts_and_comments/ , there are 641k IDs that don't appear anywhere. It looks like either your crawler or Algolia don't have a complete data...

Hey there, I misinterpreted this parameter to mean a maximum amount of data to decompress, instead it is directly controlling a Vec allocation, resulting in a surprising OOM much later,...