Completely unroll top loop
[rust-lightning] / lightning / src / routing / scoring.rs
2023-12-19 Matt CoralloCompletely unroll top loop 2023-12-scoring-simd-v2
2023-12-19 Matt Coralloif branch bucket overwrites
2023-12-16 Matt CoralloTry again with ints
2023-12-16 Matt Corallofloat unroll non-prob bucket math
2023-12-16 Matt Coralloavoid float conversion in inner loop
2023-12-16 Matt Coralloavoid math on bucket values
2023-12-16 Matt Corallovectorize
2023-12-16 Matt CoralloAvoid converting success prob float to int until after...
2023-12-16 Matt CoralloPull the `linear_scoring` if out of the hot bucket...
2023-12-16 Matt CoralloAvoid excess divides in the amount < min bucket scoring...
2023-12-16 Matt CoralloMove in-inner-scoring-loop if out to the top level
2023-12-12 Matt CoralloUse a real (probing-generated) scorer in benchmarks
2023-12-11 Matt CoralloManually lay out scorer memory
2023-12-10 Matt CoralloCache the total points tracked in our historical liquid...
2023-12-10 Matt CoralloChange the directed history tracker's storage of its...
2023-12-10 Matt CoralloMake the historical bucket data private to `bucketed_hi...
2023-12-10 Matt CoralloStore both min and max historical buckets in one, new...
2023-12-10 Matt CoralloMove log approximation from `scoring.rs` to its own...
2023-12-09 Matt CoralloDrop fake time advancing in scoring tests
2023-12-09 Matt Corallof drop shift test
2023-12-09 Matt CoralloDrop half-life-based bucket decay in `update_history_bu...
2023-12-09 Matt CoralloDrop warning about mixing `no-std` and `std` `Probabili...
2023-12-09 Matt CoralloAdd a benchmark for decaying a 100k channel scorer...
2023-12-09 Matt CoralloDrop now-trivial `decayed_offset_msat` helper utility
2023-12-09 Matt CoralloDrop now-unused `T: Time` bound on `ProbabilisticScorer`
2023-12-09 Matt CoralloUse `Duration` based time info in scoring rather than...
2023-12-09 Matt CoralloPipe `Duration`-based time information through scoring...
2023-12-09 Matt CoralloUpdate history bucket last_update time immediately...
2023-12-09 Matt CoralloStop decaying liquidity information during bounds-based...
2023-12-09 Matt CoralloStop decaying historical liquidity information during...
2023-12-09 Matt Corallof handle zero half life
2023-12-09 Matt Corallof include ms/ns time parts when decaying
2023-12-09 Matt CoralloImpl decaying in `ProbabilisticScorer::decay_liquidity_...
2023-12-09 Matt Corallof temp bug
2023-12-09 Matt CoralloTrack historical liquidity update time separately from...
2023-12-09 Matt Corallof sp
2023-12-09 Matt Corallof docs
2023-12-09 Matt CoralloAdd a scoring decay method to the `ScoreUpdate` trait
2023-12-09 Matt CoralloPass the current time through `ScoreUpDate` methods
2023-12-09 Matt CoralloDepend on `libm` in `no-std` for `powf`(64)
2023-12-08 Matt CoralloMerge pull request #2752 from valentinewallace/2023...
2023-12-08 Elias RohrerMerge pull request #2774 from TheBlueMatt/2023-12-2551...
2023-12-08 Matt CoralloFix new unused warnings in `scoring.rs`
2023-12-08 Matt CoralloPrivatise `CandidateRouteHop::short_channel_id` as...
2023-12-08 Matt CoralloFix and re-enable the `remembers_historical_failures...
2023-12-08 Matt CoralloMerge pull request #2723 from jkczyz/2023-11-direct...
2023-12-07 Matt CoralloMerge pull request #2691 from wpaulino/refactor-channel...
2023-12-06 Matt CoralloMerge pull request #2765 from TheBlueMatt/2023-12-2314...
2023-12-06 Elias RohrerMerge pull request #2762 from TheBlueMatt/2023-11-htlc...
2023-12-06 Matt CoralloMerge pull request #2551 from jbesraa/expose-CandidateR...
2023-12-05 jbesraaUse `CandidateRouteHop` as input for `channel_penalty_msat`
2023-12-05 valentinewallaceMerge pull request #2764 from TheBlueMatt/2023-11-chach...
2023-12-04 Wilmer PaulinoMerge pull request #2753 from TheBlueMatt/2023-11-inbou...
2023-12-02 Matt CoralloMerge pull request #2314 from henghonglee/issue-2292
2023-12-01 henghongleePass Record by value to Logger
2023-11-07 Matt CoralloMerge pull request #2702 from G8XSU/libFuzzer
2023-11-02 Elias RohrerMerge pull request #2641 from alexanderwiederin/2585...
2023-10-30 valentinewallaceMerge pull request #2668 from TheBlueMatt/2023-10-fix-doc
2023-10-30 Matt CoralloMerge pull request #2669 from benthecarman/trace-sync...
2023-10-20 Matt CoralloMerge pull request #2667 from wpaulino/random-htlc...
2023-10-20 Matt CoralloMerge pull request #2660 from benthecarman/flexible...
2023-10-20 Elias RohrerMerge pull request #2636 from slanesuke/impl-ToSocketAd...
2023-10-19 Matt CoralloMerge pull request #2661 from TheBlueMatt/2023-10-dup...
2023-10-18 Matt CoralloMerge pull request #2658 from wpaulino/bogus-channel...
2023-10-18 Matt CoralloMerge pull request #2599 from Evanfeenstra/peel-onion
2023-10-17 valentinewallaceMerge pull request #2662 from jkczyz/2023-10-chain...
2023-10-16 Jeffrey CzyzUse ChainHash instead of BlockHash as applicable
2023-10-15 Matt CoralloMerge pull request #2625 from tnull/2023-09-moar-tests...
2023-10-08 Elias RohrerMerge pull request #2652 from tnull/2023-10-deref-achan...
2023-10-06 Matt CoralloMerge pull request #2649 from benthecarman/display...
2023-10-05 Matt CoralloMerge pull request #2640 from sr-gi/20231003-expose...
2023-10-03 Matt CoralloMerge pull request #2631 from TheBlueMatt/2023-09-pm...
2023-10-03 Matt CoralloMerge pull request #2634 from TheBlueMatt/2023-09-claim...
2023-10-03 Matt CoralloMerge pull request #2595 from TheBlueMatt/2023-09-117...
2023-10-01 Matt CoralloAvoid blanket impls in bindings builds
2023-10-01 Matt CoralloSimplify score bounding with a unified type
2023-10-01 Matt CoralloRemove unnecessary bounds in scoring
2023-09-28 Matt CoralloMerge pull request #2607 from DhananjayPurohit/civkit...
2023-09-26 Matt CoralloMerge pull request #2417 from tnull/2023-07-max-total-fee
2023-09-25 Matt CoralloMerge pull request #2583 from Evanfeenstra/pub-make...
2023-09-25 Matt CoralloMerge pull request #2576 from valentinewallace/2023...
2023-09-22 Elias RohrerMerge pull request #2589 from ErikDeSmedt/reexport_rout...
2023-09-21 Matt CoralloMerge pull request #2562 from TheBlueMatt/2023-08-no...
2023-09-20 Matt CoralloMerge pull request #2547 from TheBlueMatt/2023-04-nonli...
2023-09-20 Matt CoralloAdd an option to make the success probability estimatio...
2023-09-20 Matt CoralloScore in-flight amounts as amounts, not a capacity...
2023-09-19 Matt CoralloScale the success probability of channels without info...
2023-09-19 Matt CoralloSplit out success probability calculation to allow...
2023-09-18 valentinewallaceMerge pull request #2584 from TheBlueMatt/2023-09-msrv...
2023-09-18 Matt CoralloMerge pull request #2534 from tnull/2023-08-upstream...
2023-09-18 Matt CoralloMerge pull request #2582 from TheBlueMatt/2023-09-one...
2023-09-18 Elias RohrerInclude `maybe_announced` field in `RouteHop`
2023-09-15 Matt CoralloMerge pull request #2176 from TheBlueMatt/2023-04-expos...
2023-09-15 Matt CoralloMove to a constant for "bucket one" in the scoring... 2023-04-expose-success-prob
2023-09-15 Matt CoralloDecay `historical_estimated_channel_liquidity_*` result...
2023-09-15 Matt CoralloSpecial-case the 0th minimum bucket in historical scoring
2023-09-15 Matt CoralloTrack "steady-state" channel balances in history bucket...
2023-09-15 Matt CoralloMove the historical bucket tracker to 32 unequal sized...
2023-09-15 Matt CoralloClarify some scoring documentation by removing extraneo...
2023-09-01 Matt CoralloMerge pull request #2522 from sr-gi/202308-set-feature
next