Hacker News new | ask | show | jobs
by TACIXAT 1121 days ago
Blob to bitstring type casting for Parquet. They were doing a straight reinterpret cast on it which was causing an allocation of 18446744073709551503 bytes.

I was wanting to take a blob from Parquet and bitwise-and it against a bitstring in memory.

1 comments

Is blob an efficient type?