COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200905064920/https://github.com/topics/perfomance
Here are
49 public repositories
matching this topic...
One of the fastest alternative JSON parser for Go that does not require schema
A fast PostgreSQL Log Analyzer
Updated
Jul 26, 2020
Perl
📚 iOS 性能监控 SDK —— Wedjat(华狄特)开发过程的调研和整理
fastest JSON encoder/decoder with powerful stream API for Golang
👻 STHAP js, where is my perfomance?
A much more quicker replacement for AngularJS ng-repeat directive
Updated
Dec 19, 2017
JavaScript
Fast, small and purely functional utility library
Updated
Mar 14, 2020
TypeScript
Ultra fast, compact, Embedded Database for tabular and semistructured data.
Updated
Jan 15, 2020
JavaScript
Time your functions in your tests
Updated
Mar 17, 2018
TypeScript
DNTProfiler is an EF 6.x and NH 4.x profiler.
Build Python Extension Modules for Nim libraries.
Updated
Feb 13, 2020
Python
Fast Positive Hash - just the fastest portable hash function.
Build React from Scratch 🎉
Updated
Nov 15, 2018
JavaScript
Memory Inspector watches memory usage/behaviour of an Web Application
Updated
Mar 9, 2018
JavaScript
Grid Layout Provider built on top of RecyclerListView!
Updated
Jul 13, 2020
JavaScript
Lib.AspNetCore.ServerTiming is a library which provides Server Timing API support for ASP.NET Core
fast minimal CSS-in-JS created to reduce size of CSS injected
Updated
Sep 4, 2018
JavaScript
Why did the react render happen? Better than why-did-you-update and why-did-you-render!
Updated
May 16, 2019
JavaScript
Measuring various layout performances using different viewgroups in Android
Updated
Jun 15, 2020
Kotlin
A Python mongodb monitor and profiler for development.
Updated
Apr 14, 2019
Python
Simple realisation of react/redux form
Updated
Sep 4, 2020
JavaScript
Updated
Jun 25, 2019
Objective-C
Updated
Oct 31, 2017
Objective-C
Simple but powerful profiling mechanism to find bottlenecks in your code (Node.js).
Updated
Nov 29, 2018
JavaScript
A Better Laravel + Wordpress integration, for exceptionally fast web applications
Updated
Nov 15, 2017
JavaScript
get-the-top-10-queries-consuming-high-cpu
Updated
Aug 14, 2019
TSQL
Improve this page
Add a description, image, and links to the
perfomance
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
perfomance
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hey folks, thanks for a pretty bad ass library! I'm seeing a 3-3.3x gain when decoding fairly large JSON payloads (40-50MB) as compared stdlib/json-iterator.
Few things in the generated code that struck me as odd are the allocation sizes for slices/maps:
appendInstead of this, I