Pavel Zlatovratskii
Pavel Zlatovratskii
Насчет сортировки по алфавиту - интересная мысль, но для этого опять-таки придется вытягивать все в память, чего я мало того что не хочу, так еще и переписывать значительную часть придется....
Сортировать слова прямо внутри SQL - запроса? У меня база родная из osm2pgsql, в ней сначала по результату стритманглера ищется с условием > WHERE lower(name) = lower(%s) AND ST_Within(way,%s) Если...
LIKE + фильтр на клиентской стороне до точного соответствия оказался быстрее трех запросов на точное соответствие (очевидно по причине меньшего числа геометрических сравнений). В общем решаем задачу по частям. Этот...
As I wrote before source-only wheels are not good as it disable speedup even on systems with C compiler. You should add installation of Cython to provide truly binary wheels....
OK. I'm not sure if I'll apply this for 0.2.1 but I definitely use this for 0.3. I'll try to return to this project and release 0.3.0 as soon as...
Check new test for text. https://github.com/Scondo/purepng/commit/7d08c6474ba3d10e249c3ba12f967e0385f8a613 Does it make text handling more clear?
EXE made to provide speed-up done with Cython for Windows users. Linux users most often have C compiler and can handle pngfilters.c in tar.gz distribution. tar.gz also used by pip...
symlink is very non-portable way. I will rework `code` to `png` package and `examples` directory after 0.2
check https://github.com/Scondo/purepng/commit/810aad82776eca4188872336cc4f6a179b9f47ed
Seems some broken about compilation. Try this setup.py https://raw.githubusercontent.com/Scondo/purepng/any_compile/setup.py