Matthewar / ASV

A Haskell VHDL Simulation Tool
GNU General Public License v3.0
0 stars 0 forks source link

String vs. Text #35

Open Matthewar opened 6 years ago

Matthewar commented 6 years ago

Strings are simply a list of characters, which is supposedly an inefficient means of implementation. At the profiling stage this should be assessed to see if this causes issues. Potentially instead use the improved Data.Text module for large amounts of text processing/IO.