flsobral
flsobral
### HELP WANTED **Help us by suggesting other libraries to consider or making the build and the benchmark.** Currently we use the version 1.2.8 (possibly customized for usage with the...
Fixes leaks observed while using JSONFactory and adds some improvements for reflection and JSONFactory performance. Marked as DRAFT because I'd like some input in how to improve commit messages and...
Using iterators would allow for some more idiomatic work for removing/adding the listener. It is cumbersome the way it is written. Instead of ```java public void removeUpdateListener(UpdateListener listener) { int...
- Make the deployer aware of bytecodes required for Java 8 - [x] MethodType - [x] MethodHandle - [x] InvokeDynamic - Add classes from package 'invoke' required for invoke dynamic...
Currently we use the version 1.5.4, customized for usage with the tcvm. The objective is to update to version 2.1.5 (the latest available at this moment), remove the sources from...
- [x] Convert totalcross custom code injected inside the jpeg sources in proper bindings for streams - [x] Build jpegturbo automatically as a static library using CMake with SIMD enabled...
CMake now downloads and builds zlib 1.2.11. The only exception is for Linux ARM targets, which instead use the prebuilt zlib included in Skia.
> In computing, memoization or memoisation is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls and returning the cached result...