Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat) add FixedThreadsExecutorGroup #168 #170

Merged
merged 55 commits into from
Jul 5, 2019
Merged

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    e79dda1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. (feat) rename method

    fengjiachun committed May 23, 2019
    Configuration menu
    Copy the full SHA
    4bd103d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c346125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40d3c88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e7261e View commit details
    Browse the repository at this point in the history
  5. (fix) add more unit test

    fengjiachun committed May 23, 2019
    Configuration menu
    Copy the full SHA
    4841007 View commit details
    Browse the repository at this point in the history
  6. (fix) add more unit test

    fengjiachun committed May 23, 2019
    Configuration menu
    Copy the full SHA
    aeaee1b View commit details
    Browse the repository at this point in the history
  7. (fix) add more unit test

    fengjiachun committed May 23, 2019
    Configuration menu
    Copy the full SHA
    6fc0915 View commit details
    Browse the repository at this point in the history
  8. (fix) add some comments

    fengjiachun committed May 23, 2019
    Configuration menu
    Copy the full SHA
    12cb67b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. (fix) unit test

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    ab3f7ab View commit details
    Browse the repository at this point in the history
  2. (fix) add some comments

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    7761b87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5615060 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61f50d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84d2bc0 View commit details
    Browse the repository at this point in the history
  6. (fix) fix unit test

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    3d552bf View commit details
    Browse the repository at this point in the history
  7. (fix) fix unit test

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    cefc364 View commit details
    Browse the repository at this point in the history
  8. (feat) refactor ThreadId and replicator (#169)

    * (feat) refactor ThreadId and replicator
    
    * (feat) Adds javadoc
    killme2008 authored and fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    eac2674 View commit details
    Browse the repository at this point in the history
  9. (feat) add pooled buf allocator (#161)

    * (feat) add AdaptiveBufAllocator
    
    * (feat) pooled for ByteBufferCollector #158
    
    * (feat) pooled for ByteBufferCollector #158
    
    * (feat) pooled for ByteBufferCollector #158
    
    * (feat) pooled for ByteBufferCollector #158
    
    * (fix) rename method name
    
    * (fix) minor fix
    
    * (fix) add metric for recyclers (#164)
    
    * (fix) add metric for recyclers
    
    * (fix) add metric for ByteBufferCollector.capacity
    
    * (fix) code format
    
    * (fix) by review comment
    
    * feat/zero copy with replicator (#167)
    
    * (fix) zero copy with replicator
    
    * (fix) support zero copy and add benchmark
    
    * (fix) rename field
    
    * (fix) rm zero copy and unnecessary metric
    
    * (fix) by review comment
    
    * (feat) add unit test AdaptiveBufAllocatorTest
    
    * (feat) add unit test RecyclersTest
    
    * (feat) add unit test RecyclableByteBufferListTest
    
    * (feat) add unit test ByteBufferCollectorTest
    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    022f472 View commit details
    Browse the repository at this point in the history
  10. Add unit tests for com.alipay.sofa.jraft.util.BytesUtil (#166)

    These tests were written using Diffblue Cover.
    EricHetti authored and fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    f262ff9 View commit details
    Browse the repository at this point in the history
  11. (fix) Utils.java format

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    72dc240 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    83d6d51 View commit details
    Browse the repository at this point in the history
  13. (feat) rename method

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    dbf4eb4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d9a9396 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    729c396 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    da4cdd1 View commit details
    Browse the repository at this point in the history
  17. (fix) add more unit test

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    9c63192 View commit details
    Browse the repository at this point in the history
  18. (fix) add more unit test

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    4c27d48 View commit details
    Browse the repository at this point in the history
  19. (fix) add more unit test

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    94e1a72 View commit details
    Browse the repository at this point in the history
  20. (fix) add some comments

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    033cf7a View commit details
    Browse the repository at this point in the history
  21. (fix) unit test

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    01bfd48 View commit details
    Browse the repository at this point in the history
  22. (fix) add some comments

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    296930f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4926806 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6c900aa View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0116dfd View commit details
    Browse the repository at this point in the history
  26. (fix) fix unit test

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    9a839aa View commit details
    Browse the repository at this point in the history
  27. (fix) fix unit test

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    6532952 View commit details
    Browse the repository at this point in the history
  28. (feat) add pooled buf allocator (#161)

    * (feat) add AdaptiveBufAllocator
    
    * (feat) pooled for ByteBufferCollector #158
    
    * (feat) pooled for ByteBufferCollector #158
    
    * (feat) pooled for ByteBufferCollector #158
    
    * (feat) pooled for ByteBufferCollector #158
    
    * (fix) rename method name
    
    * (fix) minor fix
    
    * (fix) add metric for recyclers (#164)
    
    * (fix) add metric for recyclers
    
    * (fix) add metric for ByteBufferCollector.capacity
    
    * (fix) code format
    
    * (fix) by review comment
    
    * feat/zero copy with replicator (#167)
    
    * (fix) zero copy with replicator
    
    * (fix) support zero copy and add benchmark
    
    * (fix) rename field
    
    * (fix) rm zero copy and unnecessary metric
    
    * (fix) by review comment
    
    * (feat) add unit test AdaptiveBufAllocatorTest
    
    * (feat) add unit test RecyclersTest
    
    * (feat) add unit test RecyclableByteBufferListTest
    
    * (feat) add unit test ByteBufferCollectorTest
    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    ca71e65 View commit details
    Browse the repository at this point in the history
  29. (fix) Utils.java format

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    1f09381 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    84e4763 View commit details
    Browse the repository at this point in the history
  31. (fix) Utils.java format

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    0cf77c5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    27eaa9f View commit details
    Browse the repository at this point in the history
  33. (fix) bad import

    fengjiachun committed May 24, 2019
    Configuration menu
    Copy the full SHA
    fac9134 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. (fix) fix unit test

    fengjiachun committed May 25, 2019
    Configuration menu
    Copy the full SHA
    300f4ce View commit details
    Browse the repository at this point in the history
  2. (feat) add mor benchmark

    fengjiachun committed May 25, 2019
    Configuration menu
    Copy the full SHA
    ea84892 View commit details
    Browse the repository at this point in the history
  3. (fix) code format

    fengjiachun committed May 25, 2019
    Configuration menu
    Copy the full SHA
    e40f6d9 View commit details
    Browse the repository at this point in the history
  4. (fix) code format

    fengjiachun committed May 25, 2019
    Configuration menu
    Copy the full SHA
    fcdd47a View commit details
    Browse the repository at this point in the history
  5. (fix) benchmark with jmh

    fengjiachun committed May 25, 2019
    Configuration menu
    Copy the full SHA
    1a525dd View commit details
    Browse the repository at this point in the history
  6. (fix) benchmark with jmh

    fengjiachun committed May 25, 2019
    Configuration menu
    Copy the full SHA
    f63f5c1 View commit details
    Browse the repository at this point in the history
  7. (fix) set common daemon

    fengjiachun committed May 25, 2019
    Configuration menu
    Copy the full SHA
    4ad9e34 View commit details
    Browse the repository at this point in the history
  8. (fix) fix unit test

    fengjiachun committed May 25, 2019
    Configuration menu
    Copy the full SHA
    bd2fa35 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Configuration menu
    Copy the full SHA
    e18300a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. (feat) add jctools

    fengjiachun committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    7bb998d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    2da5c83 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    69aaf68 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. (fix) format

    fengjiachun committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    0d2e1a0 View commit details
    Browse the repository at this point in the history