By bloid
via bitworking.org
Published: Dec 04 2007 / 08:31
So as a practical use of D I tried re-writing my Python program I use to process my referrer logs in D. My first pass was pretty sloppy and I end up touching every character in the file at least twice and in some cases three times. I thought I'd definitely be in need of a re-write, but the version I got working can rip through a 6MB file in 0.25 seconds, and that includes generating the HTML output.
SaveShareSend
Tags: other languages, python
Add your comment