Hacker News new | ask | show | jobs
by willtemperley 112 days ago
Respect for doing this. I recently implemented a Parquet reader in Swift using parquet-java as a reference and it was by a long way the hardest bit of coding I’ve done. Your bit unpacking is interesting, is it faster then the 74 KLOC parquet-java bit unpacker?
2 comments

Thanks! See https://news.ycombinator.com/item?id=47206861 for some general comments on performance. I haven't measured bit unpacking specifically yet.
> recently implemented a Parquet reader in Swift using parquet-java as a reference

Is this open / interested in users / PRs?