brianmacy
brianmacy
Did the pipeline script ever get published or the process documented?
Turn off sse2. It creates access violations when enabled.
I have actually just seen an issue where I'm getting inconsistent/whacked parses in a multi-threaded process. If I use single threaded or put a static mutex around the libpostal address_parse*...
No problem. Just seem to be a question. Do we know what specific uses/code is not threadsafe?
Just going to follow up on this as single-threaded address parsing ended up being the main performance bottleneck for me. Due to the size of the model loaded into memory,...
MinGW won’t work for me, has to be MSVC. I get the issue with Windows support. I’ve been doing cross-platform C++ longer than I care to admit. I’m more interested...
Linux/Mac are my primary platforms so no issue there. The biggest problem is configure and libtool as barriers to Windows support. How would you like me to deal with submissions?...
I’m sure that would be great. I just ported the read side of the parser code and used CMake. That approach was
I believe that is a MINGW build and not MSVC. Brian Macy Senzing, Director of Product Development and Operations [email protected] On Oct 24, 2018, 06:05 -0400, Phil Hutchinson , wrote:...
Yep. But I believe it requires the MINGW libraries too. Brian Macy Senzing, Director of Product Development and Operations [email protected] On Oct 24, 2018, 8:36 AM -0400, Phil Hutchinson ,...