commit | 463c56b4fb5c63ffa294b126b41d26942d37f9dc | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sat Nov 28 14:39:29 2015 -0600 |
committer | Rob Landley <rob@landley.net> | Sat Nov 28 14:39:29 2015 -0600 |
tree | 88e833f6fb77905aba26ee6e2589c5478ced7945 | |
parent | 12a487b61f809aa4794578e14efe32d717f22bdb [diff] |
Save string offsets rather than recalculating them each time, and use struct instead of carving up toybuf by hand. This makes breaking out the field conversion logic into its own function less expensive.