#
fast
Here are 1,389 public repositories matching this topic...
nodejs
go
fast
golang
performance
express
framework
web
flexible
rest-api
expressjs
fiber
hacktoberfest
friendly
hacktoberfest2020
-
Updated
Feb 13, 2021 - Go
Mossop
commented
Oct 17, 2020
Pino seems unable to handle BigInts. Tested in 6.7.0:
> const logger = require('pino')();
> logger.info({ t: 10n }, "Hello");
Uncaught TypeError: Do not know how to serialize a BigInt
at JSON.stringify (<anonymous>)
at stringify (/Users/dave/workspace/pixelbin/node_modules/fast-safe-stringify/index.js:14:16)
at stringify (/Users/dave/workspace/pixelbin/node_modules/pino/li
android
fast
http
downloader
awesome
networking
libraries
download
internet
https
network
http2
rxjava
http-client
android-library
okhttp
downloadmanager
rxjava2
okhttpclient
fast-android-networking
-
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.
fast
performance
sql
database
nosql
dbms
multi-master
orientdb
graph-database
document-database
graph-store
multi-model-dbms
-
Updated
Feb 12, 2021 - Java
Open
判断任务是否在运行
1
ibosong
commented
Jul 17, 2019
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
Dec 23, 2020 - Python
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
fast
database
influxdb
cluster
scalability
graphite
prometheus
remote-storage
opentsdb
cortex
tsdb
promql
long-term-storage
thanos
-
Updated
Feb 12, 2021 - Go
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
-
Updated
Feb 13, 2021 - PHP
CSS minifier with structural optimizations
-
Updated
Jan 16, 2021 - JavaScript
Simple autocomplete pure vanilla Javascript library.
search
fast
lightweight
autocomplete
vanilla-javascript
dropdown
customizable
autocomplete-component
auto-complete
autocomplete-search
suggestions
hacktoberfest
javascipt
autocomplete-functionality
suggestion-engine
autocompletion-engine
autosuggestion
autocomplete-library
autocomplete-js
autocompletejs
-
Updated
Feb 9, 2021 - JavaScript
A fast, lightweight and more productive microservices framework
java
docker
fast
lightweight
cloud
microservice
consul
swagger
openapi
zookeeper
java8
cloud-native
service-mesh
microservice-framework
msa
java11
-
Updated
Feb 11, 2021 - Java
-
Updated
Nov 24, 2020
Fast cross-platform HTTP benchmarking tool written in Go
-
Updated
Nov 4, 2020 - Go
dmd D Programming Language compiler
-
Updated
Feb 13, 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
Feb 11, 2021 - 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
An incredibly fast JavaScript library for Delaunay triangulation of 2D points
-
Updated
Jan 28, 2021 - JavaScript
GridDB is a next-generation open source database that makes time series IoT and big data fast,and easy.
-
Updated
Feb 10, 2021 - C++
A fast, efficient universal vector embedding utility package.
python
nlp
fast
machine-learning
natural-language-processing
word2vec
word-embeddings
embeddings
gensim
machine-learning-library
glove
vectors
fasttext
memory-efficient
-
Updated
Jul 17, 2020 - Python
Fast PlayStation 1 emulator for PC and Android
android
emulator
fast
opengl
vulkan
ps1
playstation
psx
android-app
appimage
jit-compiler
hacktoberfest
enhancements
hardware-renderers
-
Updated
Feb 13, 2021 - C++
A fast, fun and stimulating object to object Mapper
-
Updated
Jan 24, 2021 - C#
1
anarcat
commented
Jan 25, 2021
Describe the bug
I'm getting this warning while building the site with hugo:
Found no layout for "section", language "en", output format "JSON"[...]
Reproduction steps
Steps to reproduce the behavior:
- clone this repository:
git clone --recursive -b main https://gitlab.torproject.org/tpo/tpa/status-site.git - build the site:
cd status-site; hugo - see warni
rap2hpoutre
commented
Apr 9, 2018
Currently, no models are unit tested (only collection)
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:
When overriding the
coptsandlinkoptsbuild configuration withNonevalues in a transition, Bazel crashes with a NullPointerException.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.