Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code I'm bad at committing Loading branch information ... commit 6f7ecf271126ffd7a2e0d73bf96ad4cd9ffcbbf7 1 parent 8a80009 kyleterry authored Nov 9, 2014 Unified Split Showing 1 changed file with 16 additions and 0 deletions . + 16 − 0 c_src/array.c 16 c_src/array.c Show notes View @@ -41,3 +41,19 @@ int ola_grow(ola_array *array) { error: return 1; } + +int ola_reindex(ol...