
26 Dec
2005
26 Dec
'05
6:09 a.m.
If anyone is interested, I posted the Erlang version of the pickler combinators at http://wagerlabs.com/erlang/pickle.erl Orignal paper at http://research.microsoft.com/~akenn/fun/ picklercombinators.pdf Notice that I did away with the "sequ" while preserving "wrap" and friends. Erlang does not have enums so I added support for those. I did not test the performance of this code yet. I used the "most natural way of doing things", though, and I expect performance to be excellent. I'm most interested in whether it's possible to get the performance of the Haskell version on par with this one. Thanks, Joel -- http://wagerlabs.com/