NetflixGraph is a compact in-memory data structure used to represent directed graph data. You can use NetflixGraph to vastly reduce the size of your application’s memory footprint, potentially by an order of magnitude or more. If your application is I/O bound, you may be able to remove that bottleneck by holding your entire dataset in RAM. This may be possible with NetflixGraph; you’ll likely be very surprised by how little memory is actually required to represent your data.NetflixGraph provides an API to translate your data into a graph format, compress that data in memory, then serialize the compressed in-memory representation of the data so that it may be easily transported across your infrastructure.
https://github.com/Netflix/netflix-graphTags | |
Implementation | Java |
License | Apache |
Platform | OS-Independent |
Complete whole lines from any partial therein
A toy CSV parser written in ruby + lexr + racc
TikTok provides a simple asynchronous timer object for VimL.
A DSL for generating Vim syntax highlighting files
Generate a graphviz visualisation of the given javascript statement.
Show relativenumbers alongside normal numbers in Vim
Punisher hurts you where it hurts most - your time.
Selected snippets from Land of Lisp rewritten in newLISP
Convert Between Numeric, Spelt, and Short & Long Ordinal Forms of Numbers
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.