Erlang Mailing Lists

Author Message

<  User Contributions  ~  Efficient array of lines (e.g. for text editor)

admin
Posted: Wed Aug 15, 2007 3:44 pm Reply with quote
Site Admin Joined: 28 Jun 2006 Posts: 108
Written By: Ulf Wiger,
Implements an efficient array of lines. The lines module allows for efficient manipulation of a dynamic array, where elements can be inserted, modified and deleted anywhere in the array, while an absolute order (e.g. line number) must be maintained. Operations supported are append, insert, insert_after, delete, replace, and of course nth. Even on a large number of elements, access times are in the order <30 microseconds. lines-1.1 fixes a pattern-matching bug in nth/1.



lines-1.1.tgz
 Description:

Download
 Filename:  lines-1.1.tgz
 Filesize:  3.17 KB
 Downloaded:  1147 Time(s)

View user's profile Send private message

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum