This module doesn't actually implement ebml correctly and only exists to support rustc's metadata. Make a few changes to optimize it:
- Rename it from
ebml to atom_trees, change all internal naming
- Make tags an atom (fourcc tag) of native endianness + 32-bit length with native endianness. This should be faster than the variable-length tags ebml uses.
cc #9255
This module doesn't actually implement ebml correctly and only exists to support rustc's metadata. Make a few changes to optimize it:
ebmltoatom_trees, change all internal namingcc #9255