User loginNavigation |
Abstract Data Type Usage AnalysisI am interested in implementing a program analysis, where the operations applied to an instance of an abstract data type (e.g. a list) determine the implementation's choice of data structure (e.g. array vs linked list). For example if "insert" or "delete" is used, then a linked list might be chosen, or if "nth" operation (accessing the nth item) is applied then an array might be used. I am unfamiliar with such analyses. Can anyone recommend any papers or related work? By cdiggins at 2007-03-20 16:58 | LtU Forum | previous forum topic | next forum topic | other blogs | 7690 reads
|
Browse archives
Active forum topics |
Recent comments
40 weeks 20 hours ago
40 weeks 1 day ago
40 weeks 1 day ago
1 year 10 weeks ago
1 year 14 weeks ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 18 weeks ago
1 year 23 weeks ago
1 year 23 weeks ago