Showing results for fastest
GitHub Repo
https://github.com/DennisLiu1993/Fastest_Image_Pattern_Matching
DennisLiu1993/Fastest_Image_Pattern_Matching
C++ implementation of a ScienceDirect paper "An accelerating cpu-based correlation-based image alignment for real-time automatic optical inspection"
GitHub Repo
https://github.com/dog-qiuqiu/Yolo-Fastest
dog-qiuqiu/Yolo-Fastest
:zap: Based on yolo's ultra-lightweight universal target detection algorithm, the calculation amount is only 250mflops, the ncnn model size is only 666kb, the Raspberry Pi 3b can run up to 15fps+, and the mobile terminal can run up to 178fps+
StackOverflow
https://stackoverflow.com/questions/2116558/fastest-method-to-replace-all-instances-of-a-character-in-a-string
Fastest method to replace all instances of a character in a string
Tags: javascript, string, replace
StackOverflow
https://stackoverflow.com/questions/5940225/fastest-way-of-inserting-in-entity-framework
Fastest Way of Inserting in Entity Framework
Tags: c#, sql, entity-framework
StackOverflow
https://stackoverflow.com/questions/126100/how-to-efficiently-count-the-number-of-keys-properties-of-an-object-in-javascrip
How to efficiently count the number of keys/properties of an object in JavaScript
Tags: javascript, performance, properties, count, key
StackOverflow
https://stackoverflow.com/questions/295579/fastest-way-to-determine-if-an-integers-square-root-is-an-integer
Fastest way to determine if an integer's square root is an integer
Tags: java, math, optimization, perfect-square
GitHub Repo
https://github.com/liuggio/fastest
liuggio/fastest
Simple parallel testing execution... with some goodies for functional tests.
GitHub Repo
https://github.com/sodaling/FastestBilibiliDownloader
sodaling/FastestBilibiliDownloader
B站视频极速批量下载器|The fastest Bilibili video downloader
StackOverflow
https://stackoverflow.com/questions/11293857/fastest-way-to-copy-a-file-in-node-js
Fastest way to copy a file in Node.js
Tags: javascript, node.js
StackOverflow
https://stackoverflow.com/questions/3978492/fastest-way-to-duplicate-an-array-in-javascript-slice-vs-for-loop
Fastest way to duplicate an array in JavaScript - slice vs. 'for' loop
Tags: javascript, arrays, duplicates, copy, slice
GitHub Repo
https://github.com/gohugoio/hugo
gohugoio/hugo
The world’s fastest framework for building websites.
GitHub Repo
https://github.com/karpathy/nanoGPT
karpathy/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
GitHub Repo
https://github.com/diracdeltas/FastestWebsiteEver
diracdeltas/FastestWebsiteEver
ultrafast single TCP packet audio/visual experience
StackOverflow
https://stackoverflow.com/questions/12774207/fastest-way-to-check-if-a-file-exists-using-standard-c-c11-14-17-c
Fastest way to check if a file exists using standard C++/C++11,14,17/C?
Tags: c++, c, file, stream
StackOverflow
https://stackoverflow.com/questions/6802483/how-to-directly-initialize-a-hashmap-in-a-literal-way
How to directly initialize a HashMap (in a literal way)?
Tags: java, dictionary, collections, initialization
GitHub Repo
https://github.com/icebob/fastest-validator
icebob/fastest-validator
:zap: The fastest JS validator library for NodeJS
StackOverflow
https://stackoverflow.com/questions/5592994/remove-trailing-delimiting-character-from-a-delimited-string
Remove trailing delimiting character from a delimited string
Tags: php, csv, delimiter, truncate, trailing
GitHub Repo
https://github.com/dog-qiuqiu/FastestDet
dog-qiuqiu/FastestDet
:zap: A newly designed ultra lightweight anchor free target detection algorithm, weight only 250K parameters, reduces the time consumption by 10% compared with yolo-fastest, and the post-processing is simpler
StackOverflow
https://stackoverflow.com/questions/7571635/fastest-way-to-check-if-a-value-exists-in-a-list
Fastest way to check if a value exists in a list
Tags: python, list, performance, membership
GitHub Repo
https://github.com/dog-qiuqiu/Yolo-FastestV2