high-performance
Here are 813 public repositories matching this topic...
-
Updated
Dec 20, 2021 - Java
-
Updated
Dec 22, 2021 - Java
current return queueOfferResult == QueueOfferResult.enqueued();
-
Updated
Dec 25, 2021 - PHP
同时发布一个服务的多个节点的实现问题
What language are you using?
C++
What operating system (Linux, Ubuntu, …) and version?
Linux
What runtime / compiler are you using (e.g. jdk version or version of gcc)
4.8.5
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
tars的发布流程:tarsweb上传安装包 -> tarsAdminRegistry开始发布 -> tarspatch 从/usr/local/app/p
-
Updated
Dec 25, 2021 - Cython
Sometimes in NIO programs you're stuck in this situation:
doSomething().flatMap { result in
guard iLikeTheShape(of: result) else {
struct IDontLikeIt: Error {}
// vvvvvvvvv---- where do I get that from?
return eventLoop.makeFailedFuture(IDontLikeIt())
}
return doMore()
}that's all okay, but where do we get eventLoop from? In ma
-
Updated
Dec 24, 2021 - Erlang
-
Updated
Dec 26, 2021 - Go
Description
Currently, for e.g. say that out of 3 copies of a tablet, we want to have 2 copies in C1.R1.Z1 and 1 copy in C2.R2.Z2 then we would specify it as below:
./bin/yb-admin \
-master_addresses $MASTER_RPC_ADDRS \
modify_placement_info \
C1.R1.Z1,C1.R1.Z1,C2.R2.Z2 3
However, this is somewhat complex and hard to follow. We don't need to necessarily r
Broken README links
Links to all modules are broken because of renaming
Version:
- v2.x.x
- v1.x.x
Issue type:
- Bug
- Proposal/Enhancement
- Question
- Discussion
-
Updated
Dec 14, 2021 - C
-
Updated
Dec 22, 2021 - Rust
-
Updated
Dec 24, 2021 - Python
-
Updated
Dec 8, 2021 - Python
-
Updated
Dec 26, 2021 - C#
-
Updated
Dec 22, 2021 - C
-
Updated
Dec 26, 2021 - Go
-
Updated
Dec 9, 2021 - C
Heston model has accurate density approximations for European option prices, which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.
-
Updated
Dec 4, 2021 - Go
-
Updated
Jun 11, 2021 - C++
-
Updated
Nov 3, 2021 - Java
-
Updated
Dec 21, 2021 - C
-
Updated
Jun 5, 2021 - Go
Currently we have a mix of:
Out of memory error.Out of memory errorout of memory errorout of memoryout of memory.out of memory [some context]
All these should be adjusted to use the same wording for consistency and it should also make the executable a little bit smaller
-
Updated
Dec 26, 2021 - HTML
-
Updated
Nov 29, 2021 - C#
Improve this page
Add a description, image, and links to the high-performance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the high-performance topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
I've set up a new tauri project following docs on tauri.studio, and my newly-generated app had
bundle.identifierset tocom.tauri.dev.For macOS apps (and probably other OSes) this identifier has to be globally unique for every app. It can be problematic when developers forget to customize it. An existing example tauri app