[plt-scheme] What's the best thing for a distinct handle?

From: Derick Eddington (derick.eddington at gmail.com)
Date: Mon Mar 19 00:40:42 EDT 2007

I'm using distinct values, compared using eq?, as handles (because
they're unforgable and I can control who gets them).  I'm wondering what
is the best type of MzScheme value to use for this.  I figure whatever
would use the least memory is the best, so what type of MzScheme value,
that can be used for this, uses the least memory?  A box of `null'?  A
new empty string?  A new empty vector?

Thanks!

-- 
: Derick
----------------------------------------------------------------



Posted on the users mailing list.