Results 5 issues of tivrfoa

### Expected Behavior Create column with type Time @MappedProperty (value = "wakeup_time") private Time wakeUpTime; ### Actual Behaviour ```txt mysql> desc person; +----------------+--------------+------+-----+----------------------+-------------------+ | Field | Type | Null |...

``` * 3) Make a cache of long[] name to String, to avoid `ByteBuffer.allocate` * and creating new UTF-8 strings. I didn't profile, so it's just a guess * that...

Hi @cliffclick It seems your code relies that `uhash` is unique, but here is an example of collision: - Khān - Shām https://github.com/gunnarmorling/1brc/blob/main/src/main/java/dev/morling/onebrc/CalculateAverage_cliffclick.java#L278 I discovered this because I ran your...

`toggle_config` is initialized to false, and then passed to `.open(toggle_config)`, so the config does not appear. This change also fixes closing the config window when the user press Enter, see:...

Testing on quarkus branch ```sh 2020-11-17 11:25:59,843 ERROR [org.jbo.res.res.i18n] (executor-thread-2) RESTEASY002010: Failed to execute: javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.pwte.example.resources.CustomerOrderResource.addLineItem(CustomerOrderResource.java:133) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at...