gephi / graphstore

Fast in-memory graph structure, powering Gephi
Apache License 2.0
71 stars 26 forks source link

Set array indexation back to identity #126

Closed mbastian closed 8 years ago

mbastian commented 8 years ago

Arrays are currently indexed in a way that their values are put into a primitive index. In other words if we index ['a', 'b'] it produces two elements 'a' and 'b'. This can be useful but creates inconsistency and we should go back to a standard equality scheme.