unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* is there a way to serialize hash tables?
@ 2020-12-26  3:27 Tim Meehan
  2020-12-26  4:28 ` John Cowan
  2020-12-26 11:13 ` tomas
  0 siblings, 2 replies; 8+ messages in thread
From: Tim Meehan @ 2020-12-26  3:27 UTC (permalink / raw)
  To: guile-user

I have a big-ish blob of key-value pairs that I would like to not have to
store as text and then convert to a hashtable when I am filtering my data.

Right now I am saving it as an alist and then converting back to a
hashtable using "alist->hashtable" from SRFI 69. I was just hoping that
there was something more clever ... perhaps it is plenty clever enough.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-12-30 17:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-26  3:27 is there a way to serialize hash tables? Tim Meehan
2020-12-26  4:28 ` John Cowan
2020-12-26 12:10   ` Linus Björnstam
2020-12-27  5:58     ` Tim Meehan
2020-12-29 23:18     ` Aleix Conchillo Flaqué
2020-12-30  8:48       ` Linus Björnstam
2020-12-30 17:19         ` Aleix Conchillo Flaqué
2020-12-26 11:13 ` tomas

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).