Wojciech Muła

Results 94 comments of Wojciech Muła

@gladtosee Could you please provide a patch for this?

> It feels as if a null was being injected after each letter and as if Windows was built with bytes and not the unicode define. True, it looks as...

That's a good question. The module was not designed to be a thread-safe. What's your use case?

@Salma7amed I have no experience with multiprocess python software. The Aho-Corasick searching procedure does not modify the data, but fetching the value associated with a key is not thread safe...

Guys, could you please provide some simple proof-of-concept multi-process script which would model your use case? As I mentioned, I have no experience with such kind of programs, but having...

First of all, thanks a lot for such a great explanation. I fully agree with @Dobatymo. Making data structure able to be placed in shared memory, we would need completely...

While making the data structure portable (index-based rather address-based) might not be that complex, making stored values portable seems to be difficult. Now, when you are retrieving an associated value,...

@richardhundt Thank you for reporting this.

@richardhundt Again, thank you very much for the report and sorry for inconvenience. Hopefully, I fixed the leak (TBH, embarrassing bug). If you like, you may try the code directly...

Better wait for the new release, a build failed.