david grupp

Results 8 comments of david grupp

If your threads are using the same instance of a client or server it _wont_ be threadsafe. If you use different clients/servers for each thread you should be fine. I've...

@thaxy Maybe email @acdvorak about this issue since he has been mia on the project for so long. His email is in his profile.

@thaxy well if you (or anyone else) needs the change it looks like https://github.com/reliablehosting/named-pipe-wrapper has the fix applied (they also created the PR). You can just clone that repo and...

I believe you need to do `fuzzyEngine = new FuzzyEngineFactory().Default();` for each iteration. It was pointed out in another issue the engine only works once. I haven't re-run your test...

I would also like to suggest arbitrary large integers. I understand that deviating from 32 bit ints will impact performance but could there be a separate notation for bigints or...

Hi Kevin, Sorry for the late reply. New code is always welcome in this library if it benefits the project. Please create a Pull Request for the new code to...

@glmnet @tdion Hi all, sorry for late reply. I'd be happy to merge in your fix you mentioned if you create a PR. If not I can take a stab...