logoalt Hacker News

nicoburnstoday at 1:09 AM1 replyview on HN

How does it compare to the original in terms of source code size (number of lines of code?)


Replies

jawigginstoday at 2:12 AM

It's significantly smaller. Because Rust doesn't require header files or memory management, xmloxide is ~40k lines while libxml2 is ~150k lines.