github.com/line/ostracon@v1.0.10-0.20230328032236-7f20145f065d/spec/introduction/overview.md (about)

     1  # Overview
     2  
     3  See below for an overview of Ostracon.
     4  
     5  - [What is Ostracon](https://github.com/line/ostracon/blob/main/docs/en/01-overview.md)
     6  - [Consensus](https://github.com/line/ostracon/blob/main/docs/en/02-consensus.md)
     7  - [Transaction Sharing](https://github.com/line/ostracon/blob/main/docs/en/03-tx-sharing.md)
     8  
     9  ## Optimization
    10  
    11  Ostracon has the following optimizations to improve performance:
    12  
    13  - Fixed each reactor to process messages asynchronously in separate threads.
    14      - https://github.com/line/ostracon/issues/128
    15      - https://github.com/line/ostracon/pull/135
    16  - Fixed some ABCI methdos to be executed concurrently.
    17      - https://github.com/line/ostracon/pull/160
    18      - https://github.com/line/ostracon/pull/163