JakeWharton / RxReplayingShare

An RxJava transformer which combines replay(1), publish(), and refCount() operators.
Apache License 2.0
628 stars 28 forks source link

Minimize allocations, memory overhead, and method count. #3

Closed JakeWharton closed 8 years ago

JakeWharton commented 8 years ago
$ ../dex-method-list/build/dex-method-list replaying-share/target/replaying-share-1.0.1-SNAPSHOT.jar | wc -l
      17

$ ../dex-method-list/build/dex-method-list ~/Downloads/replaying-share-1.0.0.jar | wc -l
      22