Closed cmyr closed 2 weeks ago
This removes the need to deserialize bincode in order to load the data. Ideally we could just generate the types directly but my various (extensive) attempts to do that kept running into extremely slow compile times; this is a compromise.
Per f2f we landed #1066
This removes the need to deserialize bincode in order to load the data. Ideally we could just generate the types directly but my various (extensive) attempts to do that kept running into extremely slow compile times; this is a compromise.