Re: Idea for ECMA/C# Standard - compile time hash for performance
- From: "Bruce Wood" <brucewood@xxxxxxxxxx>
- Date: 7 Apr 2005 10:24:29 -0700
Oh, yes. I forgot to ask: what is your ratio of inserts to reads? Do
you ever delete entries from the hash table? These things impact the
kinds of data structures you could potentially use for the mapping.
I'm assuming that the hash table is established once (at compile time)
and never changed, otherwise your scheme of having the compiler do the
mapping for you would not work.
.
- Follow-Ups:
- References:
- Idea for ECMA/C# Standard - compile time hash for performance
- From: wxs
- Re: Idea for ECMA/C# Standard - compile time hash for performance
- From: Bruce Wood
- Re: Idea for ECMA/C# Standard - compile time hash for performance
- From: WXS
- Re: Idea for ECMA/C# Standard - compile time hash for performance
- From: WXS
- Idea for ECMA/C# Standard - compile time hash for performance
- Prev by Date: Re: Using arrays to display a date.
- Next by Date: Re: Using arrays to display a date.
- Previous by thread: Re: Idea for ECMA/C# Standard - compile time hash for performance
- Next by thread: Re: Idea for ECMA/C# Standard - compile time hash for performance
- Index(es):
Relevant Pages
|
Loading