high-performance
Here are 846 public repositories matching this topic...
-
Updated
May 17, 2022 - PHP
-
Updated
May 17, 2022 - Python
-
Updated
May 17, 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
Description
Create a cluster with TEST_docdb_log_write_batches=true and observe the following -
./bin/yb-ctl create --rf=1 --data_dir ~/yugabyte-data --tserver_flags 'TEST_docdb_log_write_batches=true'
./bin/ysqlsh
yugabyte=# create table test (k int primary key, v int);
CREATE TABLE
yugabyte=# insert into test values (1, 1);
ERROR: Network error: recvmsg error: Connection refus
-
Updated
May 16, 2022 - C
-
Updated
May 12, 2022 - Rust
-
Updated
May 17, 2022 - 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.
Your Feature Request
Some applications are not case-sensitive on the URL parameters, and may look for arguments presented under any fantasist format. One could argue that we could turn the complete string to lower case before performing the lookup, but that would also change the values, which is not desired. A better approach would be to improve url_param, urlp, and urlp_val() to take a
-
Updated
Feb 16, 2022 - C#
-
Updated
May 16, 2022 - Go
-
Updated
Jan 7, 2022 - C
I am finding a product which can replace Elasticsearch.
-
Updated
Mar 9, 2022 - C++
-
Updated
Dec 10, 2021 - C++
-
Updated
May 11, 2022 - Java
-
Updated
Apr 24, 2022 - Java
-
Updated
Jul 16, 2021 - C
-
Updated
May 14, 2022 - C#
-
Updated
May 14, 2022 - Python
-
Updated
May 17, 2022 - F*
-
Updated
May 16, 2022 - Python
-
Updated
May 17, 2022 - Java
Even though this isn't super critical, this might help with addressing https://stackoverflow.com/questions/57938081/blazor-preview-9-mono-wasm-memory-access-out-of-bounds-max-string-size-for-dotn
-
Updated
May 12, 2022 - 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."


Describe the bug
I noticed that this code:
https://github.com/tauri-apps/tauri/blob/3e702cf8b15762cdca43c8d7ff6f6e8ee9670244/core/tauri/src/manager.rs#L520-L523=
(EDIT: Don't know why it's not showing embedded code for that URL, nevertheless here it is:)#