eclipse-vertx / vertx-sql-client

High performance reactive SQL Client written in Java
Apache License 2.0
877 stars 195 forks source link

Branch free parse digits #1432

Open franz1981 opened 3 months ago

franz1981 commented 3 months ago

It contains 3 improvements (unfinished):

franz1981 commented 3 months ago

Some of the proposed improvements are coming from https://github.com/cescoffier/fortune-benchmark/tree/main/fortune-reactive-mariadb/src/main/java/me/escoffier/fortune/reactive/mariadb so IMO they are not actually so valid (eg the cost of decoding in digits) , but given that I was having fun reading a nice article on it I said "why not trying implementing it?"