fast
Here are 1,329 public repositories matching this topic...
-
Updated
Nov 28, 2020 - Go
While there are wider issues with fast-redact davidmarkclements/fast-redact#28, I believe it would be advantageous to the userbase of pino to document clearly and boldly that redact paths are case-sensitive, perhaps on this document https://github.com/pinojs/pino/blob/master/docs/redaction.md.
-
Updated
Nov 10, 2020 - Java
OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text, Geospatial and Key-Value models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries. OrientDB Community Edition is Open Source using a liberal Apache 2 license.
-
Updated
Nov 27, 2020 - Java
判断任务是否在运行
OkDownload Version
1.0.5
Problem Describe
判断任务是否在运行的代码:
public synchronized boolean isRunning(DownloadTask task) {
Util.d(TAG, "isRunning: " + task.getId());
for (DownloadCall call : runningSyncCalls) {
if (call.isCanceled()) continue;
if (call.equalsTask(task)) {
return true;
}
}
Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
-
Updated
May 22, 2019 - Python
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
-
Updated
Nov 29, 2020 - Go
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
-
Updated
Nov 29, 2020 - PHP
CSS minifier with structural optimizations
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Nov 24, 2020
A fast, lightweight and more productive microservices framework
-
Updated
Nov 25, 2020 - Java
Simple autocomplete pure vanilla Javascript library.
-
Updated
Nov 29, 2020 - JavaScript
Fast cross-platform HTTP benchmarking tool written in Go
-
Updated
Nov 4, 2020 - Go
dmd D Programming Language compiler
-
Updated
Nov 29, 2020 - D
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
-
Updated
Nov 24, 2020 - Crystal
Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template
-
Updated
Sep 18, 2020 - Go
A fast, efficient universal vector embedding utility package.
-
Updated
Jul 17, 2020 - Python
GridDB is a next-generation open source database that makes time series IoT and big data fast,and easy.
-
Updated
Nov 18, 2020 - C++
An incredibly fast JavaScript library for Delaunay triangulation of 2D points
-
Updated
Jul 6, 2020 - JavaScript
A monitor bot
Is your feature request related to a problem? Please describe.
cState is only a frontend, a backend monitor bot should be provided.
Describe the solution you'd like
I've wrote a very simple bot myself at https://github.com/thuhole/status-probe, with these features:
- Monitor websites and automatically publish incidents using GitHub API.
- In case of GitHub API downtime, the bot wo
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
-
Updated
Nov 24, 2020 - Go
Improve this page
Add a description, image, and links to the fast topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fast topic, visit your repo's landing page and select "manage topics."


Description of the problem / feature request:
The presence of a
.bazelversionfile that defines any non-matching version at the root of a directory structure prevents bazel from intepreting any commands in any subdirectory, includingbazel version,help,info.However, these are the commands needed to debug why
.bazelversionis not satisfied, or to query non-build-related hel