nom-tracable icon indicating copy to clipboard operation
nom-tracable copied to clipboard

Remove useless dep features

Open PrivateRookie opened this issue 2 years ago • 0 comments

I use nom & nom-tracable in my project, when profiling build time I found that, nom-tracable costs about 8s to build, after removing "fold", "parsing" & "extra-traits" in dep, build time reduce to 7s(my cpu is i7-8559U), which is quite a improvement, I think it make sense to remove those features to faster compile.

PrivateRookie avatar Jan 20 '22 05:01 PrivateRookie