isolate
There are 62 repositories under isolate topic.
0x80/isolate-package
Isolate a monorepo package with its internal dependencies to form a self-contained directory with a pruned lockfile
d-markey/squadron
Multithreading and worker thread pool for Dart / Flutter, to offload CPU-bound and heavy I/O tasks to Isolate or Web Worker threads (JS+WASM).
judge0/compilers
📦 Docker image with installed compilers, interpreters and sandbox.
fluttervn/isolate_woker
Library help run flutter tasks in other isolate
lamnhan066/isolate_manager
Create multiple long-lived isolates for the Functions, supports Worker on the Web (with the effective generator) and WASM compilation.
nishansanjuka/react-drag-card
This project showcases a reusable React component called DraggableWrapper that allows users to drag, resize, maximize, and minimize a customizable UI element. The component provides a smooth, responsive, and highly configurable way to display dynamic content within a resizable window.
GlebBatykov/theater
Actor framework for Dart. This package makes it easier to work with isolates, create clusters of isolates.
Maksimka101/combine
A Flutter package which allows you to work with MethodChannels in Isolate and provides simplified Isolate and Thread Pool API
DhruvamSharma/NFT-Material3
An Example NFT App ShowCase for Material 3 in Flutter with Isolates
sensuikan1973/pedax
Reversi Board desktop app, which has the strongest reversi engine edax.
d-markey/squadron_builder
Dart code generator for Squadron workers. Implement your worker service and let squadron_builder bridge the gap with Web Workers and Isolates!
bitsydarel/executorservices
Dart executer services.
gutow/Algebra_with_Sympy
Tools for doing stepwise algebra in an on paper like manner using SymPy.
healeycodes/deno-isolate-web-request
🌎 Making web requests from inside an isolate
metarhia/metawatch
Nested directories watch for node.js 🕵️
vincevargadev/compute_dart
Flutter's compute function made available for all non-Flutter Dart programs
lubritto/easy_isolate
An abstraction of isolates providing an easy way to work with different threads
uehaj/dart-saga
[WIP] port of redux-saga to Dart
ykmnkmi/cancelable-compute.dart
Flutter-based compute operation that can be canceled with either null or a specific value.
GlebBatykov/ossa
A simple package for working with multithreading, using an interface similar to Task in C#.
PlugFox/dart_doc_bot
Telegram bot for helping with Dart & Flutter
sachaarbonel/Worker
A dart 2 fork of Worker
desktop-dart/go.dart
Simplest API to multiprocess
bayegaspard/Build-your-own-Container-from-scrath-in-C
Build my own Container from scrath in C
AmirHoseinSafari/Genotype-collector-and-SNP-dataset-creator
Collecting Genotypes from ENA and make their SNPs
BBarisKilic/Flutter-Thread-Isolate
A sample app that shows the power of threads. Computes some tasks on different threads and by doing this reduces overloading on the main thread. The project has been written solely in Dart Language.
chmoore889/isolate_json
Library for using a long-lived isolate for JSON encoding and decoding.
nirdosh17/go-sandbox
gRPC API sandbox to execute arbitrary Go code.
Dyalog/Samples
Code Samples and Templates
ertgrulll/dyno
A dynamic isolation pool with load balance.
humblerookie/isolates-playground
A project to play around with flutter isolates.
kocherovets/isolated_bloc
Support for running original blocs in an isolate.
nim-works/arc
a hack to access reference counters with atomics
raj457036/simple_worker
A package to make isolate usage as easy as possible.
nimafarzin-pr/flutter-isolate
This project is a simple flutter app that shows isolate power in some heavy computation that affects the main isolate, UI rendering, and application speed.