mainDynArray - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 10688
System Name: dyna
Name: DynArray
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

DynArray is a library of C X-Macros for aiding programmers in the creation and manipulation of dynamically resizing arrays.

Dynamically resizing arrays, as the name might imply, are arrays that will automatically resize themselves based on the number of elements that you add and remove from them. This removes the problem in fixed-size arrays where there can only be a fixed number of elements.

The trade-off is that whenever you insert a new element, you have to resize the array, which may include moving the entire array to a separate point in memory so there is space. However, we plan on implementing certain features into DynArray that will make this much simpler.

Further into the future of DynArray (for version 1.x), we plan on implementing functions for creating foreach loops and other useful features surrounding dynamically resizing arrays.

Registration Date: Fri 03 Dec 2010 01:41:39 PM UTC
License: X11 license
Development Status: 4 - Beta

 

Latest News rss feed

No news found

Quick Overview
 Memberlist (1 member)

Communication Tools
 Mailing Lists (1 public mailing list)

Development Tools
 Bug Tracker (open items: 0, total: 0)
 Task Manager (open items: 0, total: 0)

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code