issues
search
victimsnino
/
ReactivePlusPlus
Implementation of async observable/observer (Reactive Programming) in C++ with care about performance and templates in mind in ReactiveX approach
https://victimsnino.github.io/ReactivePlusPlus/v2/docs/html/index.html
Boost Software License 1.0
246
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
speedup switch_on_next
#682
victimsnino
closed
2 days ago
4
Speedup switch_on_next in same way as concat
#681
victimsnino
closed
1 day ago
0
Update disposables docs
#679
victimsnino
closed
3 days ago
4
coverage
#678
victimsnino
closed
1 week ago
4
refactor concat to speedup it
#677
victimsnino
closed
1 week ago
5
add new benchmarks
#676
victimsnino
closed
1 week ago
3
fix asan in tests
#675
victimsnino
closed
1 week ago
4
[pre-commit.ci] pre-commit autoupdate
#674
pre-commit-ci[bot]
closed
1 week ago
4
Try to stabilize disposables logic
#673
victimsnino
closed
1 week ago
5
add dynamic connectable
#672
victimsnino
closed
2 weeks ago
4
Check if concat perf can be improved
#671
victimsnino
closed
1 week ago
0
dynamic_connectable
#670
victimsnino
closed
2 weeks ago
0
[pre-commit.ci] pre-commit autoupdate
#668
pre-commit-ci[bot]
closed
2 weeks ago
3
Refactor disposables
#667
victimsnino
closed
2 weeks ago
4
Recheck, cover tests, actualize and document disposable's related logic
#666
victimsnino
closed
1 day ago
1
debug disposable
#665
victimsnino
closed
1 month ago
4
[pre-commit.ci] pre-commit autoupdate
#664
pre-commit-ci[bot]
closed
1 month ago
3
try to speedup cache
#663
victimsnino
closed
1 month ago
4
Fix early disposing inside delay
#662
victimsnino
closed
1 month ago
4
Fix deadlocks in operators related to is_disposed
#661
victimsnino
closed
1 month ago
6
Remove lock from is_disposed in operators (for example, merge)
#660
victimsnino
closed
1 month ago
0
Revert "try add -show-instantiations=false"
#659
victimsnino
closed
1 month ago
1
try add -show-instantiations=false
#658
victimsnino
closed
1 month ago
4
extend coverage
#657
victimsnino
closed
1 month ago
4
Add rppasio to coverage
#656
victimsnino
closed
1 month ago
4
[pre-commit.ci] pre-commit autoupdate
#655
pre-commit-ci[bot]
closed
1 month ago
3
Use cppcheck right
#654
victimsnino
closed
1 month ago
4
try adapt sonar coverage
#653
victimsnino
closed
1 month ago
4
Change sonarcloud analysis method
#652
victimsnino
closed
1 month ago
1
Move to new sonar-cloud analysis method
#651
victimsnino
closed
1 month ago
0
[pre-commit.ci] pre-commit autoupdate
#650
pre-commit-ci[bot]
closed
1 month ago
4
move to doctest
#649
victimsnino
closed
1 month ago
4
fix threads
#648
victimsnino
closed
1 month ago
2
Doxygen updates
#647
victimsnino
closed
1 month ago
12
fix new_thread join
#646
victimsnino
closed
1 month ago
3
Connect example output different than expected
#645
wjspoel
closed
1 month ago
2
remove useless calls
#644
victimsnino
closed
1 month ago
9
improve static_asserts
#643
victimsnino
closed
1 month ago
4
Improve static asserts
#642
victimsnino
closed
1 month ago
1
Tech debt
#641
victimsnino
closed
1 month ago
0
Fix disposables issue
#640
victimsnino
closed
2 months ago
4
Improve compilation errors
#639
victimsnino
closed
2 months ago
4
fix order of calls
#638
victimsnino
closed
2 months ago
4
try to fix grpc
#637
victimsnino
closed
2 months ago
4
update grpc tests
#636
victimsnino
closed
2 months ago
2
Remove new_thread from async_server
#635
victimsnino
closed
2 months ago
3
Try remove threads at all
#634
victimsnino
closed
2 months ago
1
declare observable of observable type
#633
klokane
closed
2 months ago
5
remove disposables from scheduler worker
#632
victimsnino
closed
2 months ago
4
Try limit grpc threads
#631
victimsnino
closed
2 months ago
4
Next