greghendershott / aws

Racket support for Amazon Web Services.
BSD 2-Clause "Simplified" License
78 stars 26 forks source link

Clean up unnecessary string cons, O(n^2) append #39

Closed m4burns closed 9 years ago

m4burns commented 9 years ago

Reduces time required to send a 300kb email from 45 seconds to < 1 second

greghendershott commented 9 years ago

Thanks!