Closed
Description
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
toatom_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