Here are
58 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
May 19, 2022
Perl
📚 iOS 性能监控 SDK —— Wedjat(华狄特)开发过程的调研和整理
high performance JSON encoder/decoder with stream API for Golang
👻 STHAP js, where is my perfomance?
Updated
May 17, 2022
SCSS
A much more quicker replacement for AngularJS ng-repeat directive
Updated
Dec 19, 2017
JavaScript
Fast, small and purely functional utility library
Updated
Dec 30, 2021
TypeScript
Updated
Jan 15, 2020
JavaScript
Android network library with QUIC protocol supporting.
Updated
Jan 24, 2022
Kotlin
DNTProfiler is an EF 6.x and NH 4.x profiler.
Build Python Extension Modules for Nim libraries.
Updated
Feb 13, 2020
Python
Lib.AspNetCore.ServerTiming is a library which provides Server Timing API support for ASP.NET Core
Grid Layout Provider built on top of RecyclerListView!
Updated
Jun 22, 2021
JavaScript
Build React from Scratch 🎉
Updated
Nov 15, 2018
JavaScript
Python compiler that massively increases Python's code performance without code changes.
Updated
Jun 10, 2022
Python
A pytorch implementation of a darkent trained yolov4-tiny model that can detect number plates and helmets if a number plate is detected it is passed through an OCR to recognize the number
Updated
Nov 30, 2020
Python
Fix (some) minecraft lag spikes
Updated
Jun 16, 2022
Java
Memory Inspector watches memory usage/behaviour of an Web Application
Updated
Mar 9, 2018
JavaScript
This component allows you to show skeletons of pages during navigation process.
Updated
Feb 1, 2021
TypeScript
Measuring various layout performances using different viewgroups in Android
Updated
Sep 12, 2020
Kotlin
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
Updated
Jun 9, 2022
Python
Simple realisation of react/redux form
Updated
Jan 27, 2022
JavaScript
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
A Python mongodb monitor and profiler for development.
Updated
Apr 14, 2019
Python
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