I need to store a list of records. Sometimes I need to update the nth member in that list. Each record is quite large (hundreds of bytes). I have hundreds of such records.<div><br><div>I am currently using an erlang list and using lists:keyreplace to update the nth member in the list. But this gets slow as the list gets larger, so I want to optimize and use something which overwrites rather than copies.</div>
<div><br></div><div>Should I use the array module for this? If not, what do you recommend?</div><div><br></div><div>thanks,</div><div>Richard</div>







</div>