collinsmith/riiablo

Compact CofReference token into integer

Opened this issue · 0 comments

Since tokens are two characters in ASCII which should be capital, I should be able to compress this into a 16-bit short and convert to and from the string representation. To be seen if this will have any impact on performance. Low priority.