emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs rewrite in a maintainable language


From: Daniel Colascione
Subject: Re: Emacs rewrite in a maintainable language
Date: Tue, 13 Oct 2015 18:46:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 10/13/2015 05:02 AM, Marcus Harnisch wrote:
> Another potential I would see is the availability of higher-level
> (STL) data structures w/o dependencies on external libraries, thus
> allowing Emacsen to reduce their number of home-grown data
> structures. Seeing comments in ancient code

Similar comments apply to STL data structure implementations. We can
always do better with application-specific data structures than we can
with one-size-fits-all C++ data structures designed as reasonable
defaults, not optimal implementations. I'd hate for someone to think
that std::unordered_map, say, is somehow better than the data structures
we've used for a long time merely because the standard stipulates that
the runtime must provide it.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]