pingw33n

Results 5 comments of pingw33n

@hgschmie @stevenschlansker Seems like CI failed due unrelated reason.

@hgschmie Updated this PR to be a general fix for the issues. Benchmarks (done on MacBook M1 Pro, 16G RAM): master: ``` Benchmark Mode Cnt Score Error Units BeanBindingBenchmark.batchJdbc thrpt...

The code seems to work, thanks. Though it is sub-optimal because text encoding is used (this is crucial for me to have the most efficient format). For my task this...

> Does this cause a problem with the wire format or does the data end up differently in the database? Yes, it's about the wire format. Text form is larger...

> Part of the question is why would one represent a byte[][] as an Object[], where the values are byte[]. As an example, one can have `createArray(String typeName, Collection items,...