-
Updated
Jan 18, 2021 - Java
high-performance
Here are 696 public repositories matching this topic...
-
Updated
Jan 19, 2021 - Java
-
Updated
Jan 14, 2021 - PHP
-
Updated
Jan 7, 2021 - C++
Resize is lagging.
it would be good to have
min-width, max-width <-- this 2 is good for PWA, if user resized it too small, it would become ugly.
maximized <-- this would be maximized on first load.
another thing would be, try delay webview resize when the host window resize, like how all the browser did, this would make sure PWA reflective size won't response immediately... current resize is seriously lagging
-
Updated
Jan 18, 2021 - Python
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 7, 2021 - Erlang
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
Jan 18, 2021 - C#
-
Updated
Jan 19, 2021 - C
Right now there's no way to determine if a tablet server has bootstrapped and is ready without calling the RPC method IsTabletServerReady. It would be useful if this was exposed in yb-ts-cli so we can determine when deploying if it's safe to continue the playbook and start running DDL commands and/or remove a leadership blacklist.
-
Updated
Dec 23, 2020 - Python
-
Updated
Jan 19, 2021 - Python
-
Updated
Jan 19, 2021 - Rust
-
Updated
Jan 14, 2021 - C
-
Updated
Jun 25, 2020 - Go
-
Updated
Dec 28, 2020 - Go
-
Updated
Jan 17, 2021 - C
-
Updated
Jan 15, 2021 - C++
-
Updated
Jan 4, 2021 - Java
-
Updated
Jan 19, 2021 - C
-
Updated
Jan 16, 2021 - C#
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
Jan 18, 2021 - Go
-
Updated
Jan 17, 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
Oct 8, 2020 - Go
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."
ActorAdapter will ignore
nullmessage with "Adapter function returned null which is not valid as an .."However, this seems not be documented. For instance, scaladoc/javadoc of
pipeToSelfcould mention it as well as any other place where adapters are used.