Closed meteficha closed 11 years ago
I was just taking a look at your code, and it seems to me that you may benefit from using Text (from text package) in StringTag instead of String. It uses less memory and may take less time to encode/decode. This is just a suggestion.
Cheers!
Fixed by #5!
I was just taking a look at your code, and it seems to me that you may benefit from using Text (from text package) in StringTag instead of String. It uses less memory and may take less time to encode/decode. This is just a suggestion.
Cheers!