Email list hosting service & mailing list manager

array with index mapper - Java-based implementation Per Bothner (24 Aug 2015 17:09 UTC)
Re: array with index mapper - Java-based implementation John Cowan (24 Aug 2015 18:24 UTC)
Re: array with index mapper - Java-based implementation Per Bothner (24 Aug 2015 19:40 UTC)
Re: array with index mapper - Java-based implementation Bradley Lucier (26 Aug 2015 15:05 UTC)
Re: array with index mapper - Java-based implementation John Cowan (26 Aug 2015 16:50 UTC)
Re: array with index mapper - Java-based implementation Per Bothner (26 Aug 2015 20:38 UTC)
Re: array with index mapper - Java-based implementation John Cowan (26 Aug 2015 21:45 UTC)

Re: array with index mapper - Java-based implementation Bradley Lucier 26 Aug 2015 15:04 UTC

On 08/24/2015 01:09 PM, Per Bothner wrote:
> FYI: I've designing a new array model for Kawa, which is an
> extension of recent work I did for vectors.  This design appears
> from my reading to be similar to SRFI-122 fixed arrays
> and I will use SRFI-122 terminology in this email.
>
> A general array has a getter that maps an interval to a value.

Shouldn't the array carry around interval with it? Maybe I don't understand.

Brad