Last active
August 29, 2015 14:13
-
-
Save askucher/7a6b921ebcf1e27ccef5 to your computer and use it in GitHub Desktop.
BULK-transfer optimization example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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 ***"] | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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