Re: improved orddict performance

Rich Neswold <[email protected]>
Newsgroups gmane.comp.lang.erlang.patches
Message-ID <CAGT4q5oFkY4Pd=SS-qBkz4_p7a8R1QycCCsbD8wE-ypFcDAcjQ@mail.gmail.com>
On Thu, Oct 3, 2013 at 7:58 PM, Steve Vinoski <[email protected]> wrote:

> OK, Anthony brought up yet another issue with my previous modified
> orddict, which is that if someone passes an improper list instead of an
> orddict, the new version acts differently than the old. Since the goal is
> backwards compatibility with improved performance, I've added a fourth
> commit that deals with these issues.
>

I'm not sure whether this is the backwards compatibility one wants to
preserve. Usually you want to preserve an API, but in this case you're
preserving code that manipulates the internal representation of an orddict.
Any code that uses the orddict API should not end up with an improper list.
Any code that passes an improper list to orddict should break.

-- 
Rich

_______________________________________________
erlang-patches mailing list
[email protected]
http://erlang.org/mailman/listinfo/erlang-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.