rust: Refactor how CSV output is written to avoid most heap allocations.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 25 Aug 2025 02:33:29 +0000 (19:33 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 25 Aug 2025 02:33:29 +0000 (19:33 -0700)
commit8c7027d55bb90084bac7500650a87cd715db71e1
treed90b9ee20e56fce69defa2c2e8a013e539c9cfeb
parentc84a75959dfb7f8820945152712009ee25b997d4
rust: Refactor how CSV output is written to avoid most heap allocations.
rust/pspp/src/main.rs