GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/2228
IGNITE-5153 CPP: Introduced "varint" encoding in C++ You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5153_2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2228.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2228 ---- commit 1e1e8432dc936df7c62557575a57c4a159b4bca6 Author: Vyacheslav Daradur <daradu...@gmail.com> Date: 2017-05-31T08:41:56Z ignite-5097: writing arrays length in varint encoding was implemented commit d162d3e3d9036cddb275b4a3d86b8f5de9795185 Author: daradurvs <daradu...@gmail.com> Date: 2017-06-01T18:35:13Z ignite-5097: doUnsafeWriteUnsignedVarint method was added commit bfe381b3a7498eb5bebeb25026a43d36656c6041 Author: daradurvs <daradu...@gmail.com> Date: 2017-06-04T21:25:48Z ignite-5097: dotNET - writing arrays length in varint encoding was implemented commit 516fcf41e4e973abf41cdd19acd2c9ea1bfb9445 Author: daradurvs <daradu...@gmail.com> Date: 2017-06-04T21:26:00Z ignite-5097: dotNET - hardcoded hashcode values in the tests were changed according to new conditions commit 51fd311c5775fb7c5801c9588cafbcd842be2a4f Author: Igor Sapego <isap...@gridgain.com> Date: 2017-05-31T14:58:03Z IGNITE-5153: Initial commit commit a6dbd043de5d2aa08195ff67cad768fa3337e05e Author: Igor Sapego <isap...@gridgain.com> Date: 2017-05-31T15:32:43Z IGNITE-5153: Fix for Decimals commit 302d68d4b8313a9f0e593d711ac22d3ab1534cf8 Author: Igor Sapego <isap...@gridgain.com> Date: 2017-07-03T17:53:58Z IGNITE-5153: Fix for the test configuration ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---