Tobin Baker
Tobin Baker
Exposing this option should be trivial; my fix to force declaration order was one line: ``` diff --git a/click/core.py b/click/core.py index 18c1766..78fda17 100644 --- a/click/core.py +++ b/click/core.py @@ -878,8 +878,9...
I'm interested in working on this issue. My initial intuition is that, all other things being equal, using a pure Go SQLite file parsing library would probably be the simplest...
Have you looked into deamortized compaction, which gives worst-case guarantees for insertions and deletions? It's quite a bit more complicated than the naive approach but seems doable (I plan to...