-
The `FeeModderByBalance` module increases the fee rates as the channels balance changes from all outgoing to all incoming. When an outgoing channel is freshly created it's fee rate should be low. Af…
-
Customer feedback:
-
# 推荐收录
## 链接
https://eisel.me/shared-dictionary-compression
## 理由
网络相关优化推荐
-
### Overview
Speed of testing has significant impact on development - more than just the time that it takes, it interrupts the flow.
There are three ways to speed it up:
- provide option to s…
-
This is based on the existing __mulf.c. It is somewhat redundant, but fast enough.
Replacing __mull with a faster one will make it even faster, but it will use more memory.
```
.setcpu 6800
…
-
Is there a C++ version of SYSTRAN/faster-whisper
This request is specifically for creating a C++ version that replicates the functionality of the Python implementation, with the following key featu…
-
was looking at integrating [ofxFastFboReader](https://github.com/satoruhiga/ofxFastFboReader) approach into ofFbo but after doing some benchmarking I found a faster approach with what we have already.…
-
While debugging some slow scraping recently I realized that the vast majority of the time was spent in `TagSoup.parseTags`. Naively swapping to the [fast-tagsoup](https://hackage.haskell.org/package/f…
fimad updated
2 weeks ago
-
### Before posting a feature request
- [X] I have searched exisisting GitHub issues to make sure the feature request does not already exist.
### Feature details
When calculating displacement-opera…
-
Generating and re-generating the website now takes quite significant time, which makes updating painful.
As I understand, the reason is that it generates everything from scratch every time, even if…