fast
Here are 1,535 public repositories matching this topic...
-
Updated
Aug 7, 2021 - Go
-
Updated
Jul 2, 2021 - Java
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
-
Updated
Aug 7, 2021 - Go
判断任务是否在运行
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;
}
}
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 6, 2021 - Java
Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
-
Updated
Dec 23, 2020 - Python
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
-
Updated
Jul 14, 2021 - PHP
CSS minifier with structural optimizations
-
Updated
Jun 18, 2021 - JavaScript
Simple autocomplete pure vanilla Javascript library.
-
Updated
Aug 2, 2021 - JavaScript
A fast, lightweight and more productive microservices framework
-
Updated
Aug 7, 2021 - Java
-
Updated
Nov 24, 2020
Fast cross-platform HTTP benchmarking tool written in Go
-
Updated
Jul 11, 2021 - Go
dmd D Programming Language compiler
-
Updated
Aug 8, 2021 - 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
Aug 5, 2021 - Crystal
Create Beautiful Tkinter GUIs by Drag and Drop
-
Updated
Aug 7, 2021 - Python
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
Mar 29, 2021 - Go
Fast PlayStation 1 emulator for PC and Android
-
Updated
Aug 8, 2021 - C++
A fast, clean, responsive Hugo theme.
-
Updated
Aug 3, 2021 - HTML
A fast, fun and stimulating object to object Mapper
-
Updated
Jun 21, 2021 - C#
An incredibly fast JavaScript library for Delaunay triangulation of 2D points
-
Updated
Aug 2, 2021 - JavaScript
GridDB is a next-generation open source database that makes time series IoT and big data fast,and easy.
-
Updated
Jul 9, 2021 - C++
A fast, efficient universal vector embedding utility package.
-
Updated
Feb 23, 2021 - Python
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."


If you use aquery_differ to diff 2 aquery proto files and you pass both
--attrs=inputsand--attrs=cmdline, if there is a difference in the Environment keys of actions it will not appear in the final diff