The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
-
Updated
Aug 20, 2020
{{ message }}
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
A collection of full-stack resources for programmers.
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
Orleans is a cross-platform framework for building distributed applications with .NET
A curated list of Site Reliability and Production Engineering resources.
Preparation links and resources for system design questions
VictoriaMetrics - fast, cost-effective and scalable time series database
DDD/Clean Architecture inspired boilerplate for Node web APIs
Framework for Evolutionary Event-Driven Microservices on the JVM
A Node.js library for building zero-configuration microservices.
MooseFS – Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System
Write CSS without worrying that overzealous, pre-existing styles will cause problems. MaintainableCSS is an approach to writing modular, scalable and of course, maintainable CSS.
rust stackful coroutine library
A scalable cloud computing blockchain platform
High performance reactive SQL Client written in Java
An extensible distributed system for reliable nearline data streaming at scale
The Reactive Manifesto
Node.js actor framework.
Prescriptive Architecture Guidance for Cloud Applications
The Infinit policy-based software-defined storage platform.
This is the Telepat API where HTTP calls are made. CRUD operations are not processed here directly. Messages are sent to the Telepat workers where CRUD operations are being taken care of along with client communication (notifications).
A Cloud at the lowest level!
Distributed RWMutex in Go
Ansible and Kubernetes examples from Ansible for Kubernetes Book
Distributed database for the modern world
Add a description, image, and links to the scalability topic page so that developers can more easily learn about it.
To associate your repository with the scalability topic, visit your repo's landing page and select "manage topics."
Today
IMap.values()andIMap.values(Predicate)calls are blocking.I would like to use
IMap.values(Predicate)in a Jet Pipeline, which is possible, but I need to declare it as nonCooperative, and will have an impact on the pipeline scalability.Would it be possible to have an async (non-blocking) version for these calls ?
Thank you very much for all the hard work done !