Re: iso-8601 sub-seconds problem w/patch
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Hoehle, Joerg-Cyril wrote: > > (parse-integer (subseq string 5 7)) > [...] > Avoiding copying in the first place is one key to performance. A very good point, Joerg. I've not gone over most of the code in time.lisp which is rather a direct copy from the ODCL package. Such wasteful consing should clearly be avoided. Thanks -- Kevin Rosenberg kevin-HJRc7zDS/[email protected]