high-performance
Here are 854 public repositories matching this topic...
-
Updated
May 2, 2022 - Java
-
Updated
May 19, 2022 - Java
ActorAdapter will ignore null message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf could mention it as well as any other place where adapters are used.
-
Updated
May 17, 2022 - PHP
-
Updated
May 20, 2022 - Python
-
Updated
May 20, 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 19, 2022 - C
-
Updated
May 12, 2022 - Rust
-
Updated
May 19, 2022 - C#
We had a discussion poll here adityatelange/hugo-PaperMod#892
Which results update the Pagination buttons that say: Next Page & Prev Pageto Next & Prev respectively.
So calling out everyone who has previously contributed to translations to update the strings present at https://github.com/adityatelange/hugo-PaperMod/tree/master/i18n
which updates the str
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
May 20, 2022 - Go
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 18, 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 19, 2022 - Python
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:)#