-
Updated
Sep 25, 2020 - Go
performance
Here are 2,924 public repositories matching this topic...
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 23, 2020 - Go
-
Updated
Sep 20, 2020 - JavaScript
-
Updated
Sep 23, 2020 - Java
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Aug 26, 2020 - JavaScript
DNS preanalyze
DNS preanalyze is a way to reduce DNS analyze time:
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link rel="dns-prefetch" href="http://www.baidu.com" />
-
Updated
Sep 10, 2020 - Shell
-
Updated
Sep 25, 2020 - Java
-
Updated
Sep 24, 2020 - C++
-
Updated
Sep 10, 2020
Feedback from @surma:
I feel like by default you should add a rootMargin to the IO to trigger the load before something comes into the viewport.
So, rootMargin defaults to "0px 0px 0px 0px", meaning the intersection will be computed between the root element's unmodified bounds rectangle and the target's bounds. This change would be made to https://github.com/GoogleChromeLabs/quicklink/b
loadimpact / k6
Current gjson version is 1.1.3 which is from late 2018 and lacks several features such as:
- Modifier
@flattento transform a json[1, [2, 3]]to[1, 2, 3]https://github.com/tidwall/gjson/blob/master/SYNTAX.md#modifiers - Join multipaths https://github.com/tidwall/gjson/blob/master/SYNTAX.md#multipaths
-
Updated
Jan 22, 2019 - JavaScript
There's a lot of place for improvement of the documentation.
- Update the Angular guide to use
ngx-build-plus - Improve the API documentation explaining the configuration properties
- Include a guide showing how to use Guess.js with JWT instead of OAuth
- Include Gatsby guide
The content of the documentation is in the GitHub page [repo](https://github.com/guess-js/guess-
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Sep 25, 2019 - Java
For each Job, it adds plots about density, cumulative mean, and so on. But two files are named BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--density.png and BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--facetDensity.png, with the -- instead of single. Like some iteration variable is empty (since later there are names with -Default-
 in general. Also extension type, terms like extern or inline, etc. It wouldn't have to replicate a complete specification o
-
Updated
Sep 25, 2020 - Java
-
Updated
Jun 10, 2020 - Java
Improve this page
Add a description, image, and links to the performance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the performance topic, visit your repo's landing page and select "manage topics."


I'm a learner programmer and trying to custom logger, i follow the guide. however, the following code got error due to " missing the err, req properties", i also found the source code in logger.d.ts define serializers need 3 properties.
I don't know is this a bug? or it's designed like this. please suggestion, thank you.
serverOptions: Fa