Skip to content

Instantly share code, notes, and snippets.

@askucher
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save askucher/7a6b921ebcf1e27ccef5 to your computer and use it in GitHub Desktop.

Select an option

Save askucher/7a6b921ebcf1e27ccef5 to your computer and use it in GitHub Desktop.
BULK-transfer optimization example
{
"libs": {
"0": {
"1": "Confirmed",
"2": "Unconfirmed",
"3": "Terminated"
},
"1": {
"1": "Exercised",
"2": "Pending",
"3": "Requested"
}
},
"data": [
[1, 2],
[2, 2],
[1, 3],
[3, 3],
[3, 1],
[ "*** 10 000 records of data ***"]
]
}
Library described only once.
All data can be transformed into library data only when it required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment