Andre Brait

Results 115 comments of Andre Brait

@theRealSlimHenry is it still a problem for you?

I'm not an expert in C but I can give a try. Maybe I'll try to check the state of SRAM after flashing with GBAExploader and after flashing with Twilight...

Ok, the feedback so far: 1. The progress bar seems to only account for the game being loaded, not the erasure of the NOR 2. SRAM data still corrupt. I...

I noticed it doesn't get the SRAM data into the `.sav` file after the reboot. Is that normal? I turned off my DS, removed the sav file, touched it again...

So, a few notes: 1. I wrote the SRAM to a file using GBAExploader. I'm uploading the original file (which should have been written to the SRAM) as well as...

Java 8 ``` Benchmark Mode Cnt Score Error Units UUIDBenchmark.benchmarkFastParserToString thrpt 3 29072210.194 ± 1272384.932 ops/s UUIDBenchmark.benchmarkUUIDToString thrpt 3 3919194.916 ± 3994770.461 ops/s Benchmark Mode Cnt Score Error Units UUIDBenchmark.benchmarkUUIDFromCharSequenceFastParser...

Java 17 (before this change): ``` Benchmark Mode Cnt Score Error Units UUIDBenchmark.benchmarkFastParserToString thrpt 3 44798986.151 ± 8939223.200 ops/s UUIDBenchmark.benchmarkUUIDToString thrpt 3 44832192.867 ± 7551885.052 ops/s Benchmark Mode Cnt Score...

@KevinAtSesam deprecated for OpenJDK >= 15, though for the foreseeable future, I think projects will still be targeting Java 8 or 11, so this is still a pretty useful library.

@KevinAtSesam also, this library can handle any `CharSequence` whereas with JDK you'd only be able to handle `String`, so you'd either have to convert the `CharSequence` to a `String`, meaning...

> Thank you for the contribution! I have a couple questions and suggestions, but agree that this is a good thing to be doing in general. > > One additional...