fix: use actual jacquard instead of hand-rolled reimplementation
the "jacquard-style" bench was a bad reimplementation using the same
crates — actual jacquard via decode_framed + parse_car_bytes is ~2x
faster. rust is now ahead of python again.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>