From: Keith David Bershatsky <esq@lawlist.com>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: emacs-devel@gnu.org
Subject: Re: How to quickly compare equality of structs ...
Date: Mon, 06 May 2019 13:40:07 -0700 [thread overview]
Message-ID: <m2sgtr1fmg.wl%esq@lawlist.com> (raw)
Thank you, Paul, for having a look at this particular thread.
I had read on Stackoverflow that memcmp is not always reliable, and that is why I was trying to come up with a quick and guaranteed method of doing the comparison of data for each fake cursor in the new/old caches:
https://stackoverflow.com/a/141791/2112489
In the accepted answer, it says that C provides no method for comparing equality of structs ...
My only experience with a hash table has been in Lisp by setting up a unique key per each entry in the table; e.g., make-hash-table, gethash, puthash .... The old cache and new cache will most likely have a different number of fake cursors and the order in which they appear will also be different; e.g., 200 fake cursors in the old cache and 250 fake cursors in the new cache. Based on my limited experience with hash tables in Lisp, I am unable to visualize how I could use such a table in C to do my comparison for each fake cursor ....
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> Date: [05-06-2019 12:00:11] <6 May 2019 12:00:11 -0700>
> From: Paul Eggert <eggert@cs.ucla.edu>
> To: Keith David Bershatsky <esq@lawlist.com>
> Cc: Emacs Devel <emacs-devel@gnu.org>
> Subject: Re: How to quickly compare equality of structs ...
>
> On 5/6/19 11:55 AM, Keith David Bershatsky wrote:
> > PROBLEM: If the tentative plan makes good sense, then how can I programmatically turn a combination of int, enum, double and bool into one (1) unique numeric representation such as a SHA1 (Secure Hash Algorithm)?
>
> It's not clear to me that hashing is needed here; why not just use
> memcmp? And if you do need hashing, why not just use an ordinary hash
> table rather than messing with cryptographic hashing?
next reply other threads:[~2019-05-06 20:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-06 20:40 Keith David Bershatsky [this message]
2019-05-06 21:22 ` How to quickly compare equality of structs Paul Eggert
-- strict thread matches above, loose matches on Subject: below --
2019-05-07 2:59 Keith David Bershatsky
2019-05-07 12:41 ` Stefan Monnier
2019-05-06 23:07 Keith David Bershatsky
2019-05-07 0:49 ` Stefan Monnier
2019-05-06 18:55 Keith David Bershatsky
2019-05-06 19:00 ` Paul Eggert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2sgtr1fmg.wl%esq@lawlist.com \
--to=esq@lawlist.com \
--cc=eggert@cs.ucla.edu \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).