high-performance
Here are 836 public repositories matching this topic...
-
Updated
Mar 3, 2022 - Java
-
Updated
Mar 2, 2022 - Java
current return queueOfferResult == QueueOfferResult.enqueued();
-
Updated
Mar 3, 2022 - 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
Jan 6, 2022 - Cython
-
Updated
Mar 3, 2022 - Python
-
Updated
Mar 4, 2022 - Go
If you want to work with a complete socket address type including port, we have a helper in SocketAddress
. However, the moment you want to talk only about an IP address we force you to hold an in_addr
or in_addr6
structure: hardly the friendliest versions of these data types.
We should provide a helpful wrapper IPAddress
type that can be converted into those types as needed. This would
-
Updated
Jan 26, 2022 - Erlang
Description
Currently, the table "write_read_test" in keySpace "system_platform" is counted towards user tables, so even when the user has only one table, the portal shows the user has two tables.
, I will assign it to you, please leave a message in this issue when you are finished, (if you have additional information, you can submit an
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 9, 2021 - C
-
Updated
Mar 3, 2022 - Go
-
Updated
Mar 3, 2022 - HTML
-
Updated
Jun 11, 2021 - C++
-
Updated
Feb 28, 2022 - C
-
Updated
Jan 21, 2022 - Java
-
Updated
Jun 5, 2021 - Go
Currently we have a mix of:
Out of memory error.
Out of memory error
out of memory error
out of memory
out 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
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.identifier
set 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