You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2020. It is now read-only.
Need to think about this one. Supporting serialisation will allow persisting the library data to speed up load times on subsequent usages. Need to see how much time it would actually save, given that there would still be a lot of toHtml/fromHtml calls in the serialisation. If it's negligible, no sense in adding more methods for no gain.
Need to think about this one. Supporting serialisation will allow persisting the library data to speed up load times on subsequent usages. Need to see how much time it would actually save, given that there would still be a lot of
toHtml/fromHtmlcalls in the serialisation. If it's negligible, no sense in adding more methods for no gain.