Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/07/17 14:05:09 (7 years ago)
Author:
epitzer
Message:

#2727 completely replace basic array with array mapped trie in ValueTypeArray and descendants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistentDataStructures/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj

    r13979 r14650  
    146146    <Compile Include="Interfaces\IStringConvertibleMatrix.cs" />
    147147    <Compile Include="Interfaces\IStringConvertibleValue.cs" />
     148    <Compile Include="PersistentDataStructures\Adaptations\HistoryArray.cs" />
     149    <Compile Include="PersistentDataStructures\Adaptations\HistoryList.cs" />
     150    <Compile Include="PersistentDataStructures\Implementations\ArrayMappedTrie.cs" />
    148151    <Compile Include="Plugin.cs" />
    149152    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.