lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5965 Make Sch


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5965 Make Scheme_hash_table just use the native hash table type. This
Date: Sat, 09 May 2020 00:18:26 -0000


[issues:#5965] Make Scheme_hash_table just use the native hash table type. This

Status: Started
Created: Sat May 09, 2020 12:18 AM UTC by David Kastrup
Last Updated: Sat May 09, 2020 12:18 AM UTC
Owner: nobody

Make Scheme_hash_table just use the native hash table type. This
consists of two commits:

Implement Scheme_hash_table in terms of Smob0

Introduce Smob0 class without external storage

The Smob0 class is actually even more of a joke than the Smob1 class
already and makes do without introducing an actual Smob or its own
type. It just allows a syntactic class wrapper around an actual
Scheme data structure to provide the normal Smob C++ programming
interface. There might be a point in trying to make for a way of
working with Scheme traits that does not go through class pointers as
a prescribed interface in the first place. In the current framework,
this may be the cheapest way to get rid of an additional class
indirection without losing the convenience of working with a fixed C++
type and associated member functions.

http://codereview.appspot.com/561810043


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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