-
LIMIT BY is quite an useful feature, but it has some issues with performance, so in case of big sets GROUP BY alternative works faster than LIMIT BY.
```
CREATE TABLE xxxx (
key_a UInt32,
key_b…
-
I'm interested in having support for [cost-efficient gradient boosting](https://dl.acm.org/doi/pdf/10.5555/3294771.3294919) in XGBoost. Glossing over non-essential details, CEBG is the application of …
-
This post is not an issue but more like a suggestion for optimization.
I am wondering if it's possible by any means to lower the time that is required to POST an order. If the price is guaranteed i…
-
JBTokenStore.sol line 242 Short Circuiting optimization:
The order of the functions inside the if statement in line 242:
if (_token == IJBToken(address(0)) && requireClaimFor[_projectId])
can be …
-
## Keyword: out of distribution detection
There is no result
## Keyword: out-of-distribution detection
There is no result
## Keyword: expected calibration error
There is no result
## Keyword: overc…
-
xref https://github.com/VSCodeVim/Vim/issues/1299
For me, on Windows, the `paste` function is noticeably slow - on the order of 1 second. I'm assuming the bottleneck is the vbscript, wondering if …
-
Hi, and congrats on your JOSS submission! I'm one of your reviewers and I'll be writing my remarks below as the review progresses. You can find my checklist [here](https://github.com/openjournals/joss…
-
You are the manager responsible for system performance optimization. Your main job is to develop reasonable and efficient task solutions based on user requirements.
You should think step by step. You…
-
https://github.com/PlasmaControl/DESC/blob/555a95929cc3831c5d7ff059b97fd842e426b4ee/desc/optimize/_constraint_wrappers.py#L734
- [ ] profile an optimization and see if this is actually a bottleneck
-
Under tutorials: instead of "Basics" and "Stheno with Kriging", it would be nice to have a tutorial for each surrogates both 1D and ND, showcasing different features and calling and optimization metho…