vjeantet / jodaTime

Format and Parse date and time with joda layout
MIT License
70 stars 13 forks source link

Optimize Parse/Format #7

Closed msaf1980 closed 1 year ago

msaf1980 commented 1 year ago

Optimize Parse/Format with preallocated bytes string buffer. Also export GetLayout for convert to golang time.layout for use directly (for better perfomance).

vjeantet commented 1 year ago

👍 @msaf1980