David Bouyssié
David Bouyssié
Thank you for pointing this. I added some keywords in the list of repo topics. Should be enough?
There no need to use a JDBC URL since JDBC is not used here. Just provide a File instance directly. ``` val db = new SQLiteConnection(new File(filePath)) db.open(allowCreate=true) // Custom...
I tried both on Windows x64 and Ubuntu x64. My rustc version is: 1.47.0 (18bf6b4f0 2020-10-07) I also tried to git clone the rust-cpp and do a ```cargo test```. I...
Additionally I ran the same tests on Linux (Windows 10 WSL1). Thus here are the results for Linux WSL1, SN 0.4.1, LTO thin, release-fast, using either: * immix GC *...
And here is another series of example with Zones. Example 1, no call to `alloc` in the first while loop: ```scala var sum = 0 val nIters = 3000000 Zone...
A last example to show that this issue can be very important, when the operation performed inside the while generates more garbage: ```scala val nIters = 3000000 val email =...
> Another reproduction of this problem, kind of similar to the last comment, but without the Regex. > > I'm not entirely sure how much memory the second example takes,...
I just tried the `email.replaceAll` example on SN 0.4.3 and its even worse: I got a memory peek at ~13 GB on Linux WSL1, SN 0.4.1, LTO thin, immix, release-fast.
> I understand this concern. At the same time setting LLVM directory instead of it's separate binaries will require less maintance in the future and should be easier for the...
As suggested in issue #705, javac should be invoked with a file containing all the sources to be compiled. See: https://stackoverflow.com/questions/6623161/javac-option-to-compile-all-java-files-under-a-given-directory-recursively