Git Product home page Git Product logo

atlab-fabricfaster's Introduction

FabricFaster

Based on Hyperledger Fabric v1.4.4

优化思路是,在一个peer中启动多个链码容器,让交易并行执行,因为我在测试时发现交易流程中,背书阶段的模拟交易是最耗时的。目前调通了链码并行的功能,在我的pc机上测试,使用SDK自己写的测试程序,结果如下:

查询TPS 查询提升比例 写入TPS 写入提升比例
原始(单链码执行) 86 35
改进-2链码并行 108 26% 71 103%
改进-4链码并行 129 50% 101 189%
改进-8链码并行 168 95% 118 237%

目前该项目是为了验证思路。

License

Source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file.

atlab-fabricfaster's People

Contributors

greatcyang avatar stone-ch avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.