fast
Here are 1,238 public repositories matching this topic...
I like the language about legacy versions and how they are are supported in https://github.com/googleapis/google-cloud-node#supported-nodejs-versions . I think we could adopt some form of it.
-
Updated
Jun 8, 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
Aug 21, 2020 - Java
Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
-
Updated
May 22, 2019 - Python
判断任务是否在运行
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;
}
}
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
-
Updated
Aug 21, 2020 - PHP
CSS minifier with structural optimizations
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Jan 1, 2020
A fast, lightweight and more productive microservices framework
-
Updated
Aug 17, 2020 - Java
VictoriaMetrics - fast, cost-effective and scalable time series database
-
Updated
Aug 20, 2020 - Go
Simple autocomplete pure vanilla Javascript library.
-
Updated
Aug 20, 2020 - JavaScript
Fast cross-platform HTTP benchmarking tool written in Go
-
Updated
Jul 10, 2020 - Go
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
-
Updated
Aug 15, 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
Aug 5, 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
Aug 20, 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
Aug 5, 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