abcsh - a shell for processing ABC Music Notation - Tasks: task #3472, Data Structures Choices
You are not allowed to post comments on this tracker with your current authentication level.
task #3472: Data Structures Choices
Submitter: | R. S. Doiel <rsdoiel> | ||
Submitted: | Sun 26 Sep 2004 05:26:07 PM UTC | ||
Should Start On: | Sun 26 Sep 2004 12:00:00 AM UTC | Should be Finished on: | Sun 26 Sep 2004 12:00:00 AM UTC |
Category: | Application Design | Priority: | 1 - Later |
Status: | Cancelled | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | rsdoiel |
Open/Closed: | Open | Effort: | 0.00 |
Mon 04 Oct 2004 07:34:42 PM UTC, comment #1: |
R. S. Doiel <rsdoiel>![]() ![]() |
Sun 26 Sep 2004 05:26:07 PM UTC, original submission:
Look at the advantages of using a high level script language's data structure for managing abcsh buffer versus using a C data structure with a wrapper to support scripting language. |
R. S. Doiel <rsdoiel>![]() ![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 5 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2005-11-20 | rsdoiel | Attached File | #65 | ![]() |
Removed |
2005-11-20 | rsdoiel | Status | None | ![]() |
Cancelled |
2004-12-31 | None | Attached File | - | ![]() |
Added install.log.syslog, #65 |
2004-09-28 | rsdoiel | Category | None | ![]() |
Application Design |
Assigned to | None | ![]() |
rsdoiel |
Have decided to use a multi-linked list to build a tree to represent ABC content organization. nodetree.[ch] will continue the public interface to the data structure as well as the implementation. nodetree.[ch] now included in CVS but not hooked into app as it is not complete.