Concerning 'rapid access' you found in docs - it is hard to believe this access is as fast as in C array - i mean changing X[i] in array X. Because when this change is done fast, it is a side effect, breaks functionality. I always thought that this is the main cost the functional world pays for the nice functional principles - to think of how to avoid indice in the critical parts of the algorithm. Well, i may mistake ...
- Q: Efficiency of Array Implementation Jan Laitenberger
- Re: Q: Efficiency of Array Implementation S.D.Mechveliani
- Re: Q: Efficiency of Array Implementation Jan Laitenberger
- Re: Q: Efficiency of Array Implementation S.D.Mechveliani
- Re: Q: Efficiency of Array Implementation Ch. A. Herrmann
- Re: Q: Efficiency of Array Implementation Lennart Augustsson
- RE: Q: Efficiency of Array Implementation Simon Marlow
- Re: Q: Efficiency of Array Implementation Shin-Cheng Mu
