patrickt / pony

A source-to-source transformer for C99, written in Haskell.
Other
5 stars 0 forks source link

Investigate stringtable-atom package for the names of nodes #44

Open patrickt opened 13 years ago

patrickt commented 13 years ago

Pugs uses the stringtable-atom package to intern commonly-compared strings. We might be able to significantly improve speed if we used this.