Jarosław Jedynak

Results 61 comments of Jarosław Jedynak

Since @chivay 's not a fan of this change, I don't have a lot of spare time to work on this, and it really is not overly important, we can...

Hi, are you still interested in having this fixed? Ursadb should be either using 100% CPU, or 100% waiting disk. Even if you're using SSD, in most cases it should...

> When resp.status is not 200, but 401, 429 or any other common error returned by our API I'll just add that 429 is used by mwdb server for rate...

[I'm a bit drunk, so take these comments with a grain of salt] Thanks for PR! This is still a draft so my comments are not a serious (code) review,...

> I've done some testing and introduced a new [dependency](https://teodosii.github.io/react-notifications-component/) into mquery (which isn't preferred, right?) and it looks pretty nice: I'm not a fan of dependencies, but also not...

@psrok1 is it ready to be merged?

I see your point. To help with reproducing and fixing this issue, can you share a data file that you want to extract and a snippet of code that you...

Probably because of this code in ClangTokenGroup.java: ```java if (lastTokenStr != null && isLetterDigitOrUnderscore(tokenStr.charAt(0)) && isLetterDigitOrUnderscore(lastTokenStr.charAt(lastTokenStr.length() - 1))) { // avoid concatenating names together buffer.append(' '); } ``` Meanwhile, `@`...

Benchmark: compacting a big dataset collection, and querying DB at the same time. All tests done after dropping VM cache. All tests repeated 3 times. 1. Performance when not compacting...

Initial tests suggest that adding fadvise may not help either: * 1:03 * 1:16 * 1:15