https://github.com/jacobemcken/aws-simple-sign 2.3.3 is available
A library that can generate presigned URLs for S3 and sign HTTP requests for AWS (Babashka compatible).
Add (fix) encoding special (UTF-8) characters like æ, ß etc. in presigned URLs.
https://github.com/replikativ/stratum/ 0.1.45 — native long[] pipeline, bitmap semi-join
New optimizations for the Clojure columnar OLAP engine:
Native long[] pipeline — Integer columns now stay as long[] through expressions, aggregation, and results. No more 48MB longToDouble allocation per query on 6M rows. Global integer multi-sum is 34x faster than DuckDB. AVG on integer columns accumulates as long, divides at decode.
Bitmap semi-join — Existence-only joins (WHERE EXISTS pattern) automatically use BitSet probe instead of hash tables. No hash table build, no row materialization. 3-4x faster than DuckDB on filtered join queries.