-
Updated
Nov 30, 2020 - Java
high-performance
Here are 679 public repositories matching this topic...
-
Updated
Nov 30, 2020 - Java
-
Updated
Nov 17, 2020 - C++
-
Updated
Nov 27, 2020 - PHP
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
Nov 18, 2020 - 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
Nov 27, 2020 - 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
Nov 23, 2020 - C#
-
Updated
Nov 25, 2020 - C
Today the top-level YSQL statement metrics at the TServer level are categorized as:
For example:
http://yb-tserver:13000/metrics
See output below. It'll be good to break out from the OtherStmts category, separate metrics for Commit and Prepare operations.
{
"type": "server",
"id": "yb.ysqlserver",
"metrics": [
{
"name": "han
-
Updated
Nov 29, 2020 - Python
-
Updated
Nov 29, 2020 - Python
-
Updated
Nov 28, 2020 - Rust
-
Updated
Nov 27, 2020 - C
-
Updated
Jun 25, 2020 - Go
-
Updated
Nov 29, 2020 - Go
-
Updated
Aug 31, 2020 - C
-
Updated
Nov 26, 2020 - C++
- "Conclusion" section of "Getting started with Tablesaw" page contains broken link to "Java Docs".
https://jtablesaw.github.io/tablesaw/gettingstarted#conclusion - "Exploring tables" section of "Getting started with Tablesaw" page contains broken link to "plotting".
https://jtablesaw.github.io/tablesaw/gettingstarted.html#exploring-tables
-
Updated
Nov 30, 2020 - C
-
Updated
Nov 17, 2020 - C#
-
Updated
Nov 16, 2020 - C
currently "option forwardfor" cant't be unset, so there is no way to enable it in the default section and disable it in a particular frontend
-
Updated
Oct 8, 2020 - Go
-
Updated
Oct 31, 2020 - Java
-
Updated
Apr 14, 2020 - 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."
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.