flsobral

Results 17 issues of 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...

enhancement
good first issue
help wanted
All platforms
Performance

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...

bug
All platforms
Performance

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...

### Related Issue: #324

help wanted
feature
All platforms

- 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...

help wanted
feature
All platforms

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...

enhancement
build
All platforms

- [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...

build
All platforms
Performance

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...

help wanted
Performance