-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed to use an array for string storage and write it with
with-output-to-string This allows me to retrieve the built string mulitple times and seems to be significantly faster than the previous string-stream implementation. (for my lisp, it seemed to be about 80% faster than the wots implementation)
- Loading branch information
1 parent
61b2270
commit e9c3b35
Showing
1 changed file
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters