Ghost user

Results 8 comments of Ghost user

Are there already any updates or guides in how to build in android? It would be lovely to use ulfius as a client in my android, since I am also...

Any updates on this issue so far?

Do you think we could add this feature as well: https://github.com/MiRO92/uYou-for-YouTube/issues/150 ?

There is a large difference between multi-processing and multi-threading in Python. @feiyangzhang it will be hard to literally share the Automaton object between processes. When Python creates a new process,...

Here is an example of what it looks like to share an Automaton in several processes in python3.8, with the new V shared memory features. ``` import ahocorasick import io...

@Dobatymo Unfortunately, it seems **it does copy the shared memory object**, which is not what I understood from the documentation. I edited the code above to a more practical example,...

> Supporting this functionally would probably require lots of changes from the pyahocorasick developer. That I was expecting, but any other way of doing it is just not worth it...