emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] feature/byte-switch c4316a2: ; bytecomp.el (byte-compi


From: Stefan Monnier
Subject: Re: [Emacs-diffs] feature/byte-switch c4316a2: ; bytecomp.el (byte-compile-cond-jump-table): Add TODO note
Date: Mon, 06 Feb 2017 12:27:40 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

>> But rather than a :linear-search keyword to make-hash-table, can't we
>> just test the value of `count` and use a linear search if it's small?

Nitpick: actually, it should be based on the hash-table's *size* rather
than its *count*.


        Stefan



reply via email to

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