<div dir="ltr">On Tue, May 5, 2015 at 5:50 AM, Roman Cheplyaka <<a href="mailto:roma@ro-che.info">roma@ro-che.info</a>> wrote:<br>> And if you care about speed, most (all?) extensible records give you<br>> O(n) access, so you'd be actually better off with a simple (Hash)Map.<br>><br>> Roman<br><br><a href="https://github.com/fumieval/extensible">https://github.com/fumieval/extensible</a> is an example that is log n lookup, but it's not really clear (to me) that it would be faster for a real program since you might have small records only, and maybe other operations are slower.<br></div>