- Apr 13, 2016
-
-
Manish R Jain authored
-
- Mar 11, 2016
-
-
Manish R Jain authored
-
- Mar 09, 2016
-
-
Manish R Jain authored
Handle language when forming NQuad. Move the fp mod earlier in the process, to avoid paying for ToEdge() function call.
-
- Mar 03, 2016
-
-
Manish R Jain authored
Loader shouldn't cause uid assignment. Add a Get() function in uid, and avoid calling rdf.GetUid. Plus, other changes across the entire code base to accommodate this.
-
- Mar 01, 2016
-
-
Manish R Jain authored
Allocate lexer on stack instead of heap. This now makes rdf.Parse very cheap, it no longer shows up in top10.
-
Manish R Jain authored
Add memory profiling. Use a sync.Pool for lexer. Add benchmark numbers before and after using sync.Pool. Simplify assignUids only.
-
- Feb 29, 2016
-
-
Manish R Jain authored
Assign uids for xids over the network. Convert NQuads to Edges using the assigned uids, and then apply these as mutations over the network.
-
- Feb 16, 2016
-
-
Ashwin authored
-
- Feb 15, 2016
-
-
Ashwin authored
-
- Feb 13, 2016
-
-
Ashwin authored
-
- Feb 11, 2016
-
-
Ashwin authored
-
- Feb 02, 2016
-
-
Ashwin authored
-
- Feb 01, 2016
- Nov 25, 2015
-
-
Manish R Jain authored
Switch dirtylist with dirtymap, because list causes a merge explosion, when the same posting list gets multiple updates.
-
- Nov 17, 2015
-
-
Manish R Jain authored
-
- Nov 16, 2015
-
-
Manish R Jain authored
Real world use cases. Allow for dots in names. Handle backspace. Run automatic mutation merging. Load multiple rdf gzips, etc.
-
- Nov 10, 2015
-
-
Manish R Jain authored
-
- Nov 03, 2015
-
-
Manish R Jain authored
-
- Nov 02, 2015
-
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
-