#
asynchronous-io
Here are 19 public repositories matching this topic...
avdgrinten
commented
Feb 11, 2020
See thor's system/legacy-pc
[POC] Asynchronous reverse shell using the HTTP protocol.
-
Updated
May 17, 2020 - C#
Deep SORT and YOLO v4 for people tracking and detection with Tensorflow backend.
-
Updated
May 29, 2020 - Python
Learn Swoole by Examples
-
Updated
Jan 30, 2020 - Dockerfile
Library for async Javascript with support for error handling and recovery.
-
Updated
Aug 17, 2013 - JavaScript
Curio, RabbitMQ, Distributed Task Queue(celery)
-
Updated
May 23, 2018 - Python
Software that simplifies access to UK Open Banking APIs
macos
linux
swift
high-performance
swift-server
open-banking
asynchronous-io
multi-threaded
swift5
swift-nio
-
Updated
Feb 5, 2020 - Swift
SwiftXcode Image for the SwiftNIO v1 (Swift 4) asynchronous event-driven network application framework
-
Updated
Mar 28, 2019 - Makefile
a event drive network library like libevent using c++
-
Updated
May 18, 2017 - C++
The framework provides DSL for easy and modular construction of asynchronous processes from simpler constructs. The framework is mostly targeted to IO-bound processes and it is not intended for CPU-bound processes.
kotlin
java
groovy
dsl
event-driven
asynchronous-programming
domain-specific-language
asynchronous-api
asynchronous-io
-
Updated
Oct 15, 2019 - Java
Java multi-threading and asynchronous programming framework, flexible IO model with asynchronous operations
-
Updated
May 23, 2020 - Java
cliffg-softwarelibre
commented
Apr 2, 2019
An in-depth tutorial is needed, explaining the layers of the software, how they fit together, the various flavors of how to use the main pieces of the library. Appropriate diagrams are also needed.
This is a C program that copies a text file to a defined destination path using Asynchronous I/O operations.
-
Updated
Dec 26, 2018 - C
Asynchronous coroutines networking library for C++
-
Updated
Mar 29, 2019 - C++
Notes for asynchronous IO and coroutines in Python
-
Updated
Feb 9, 2020 - Python
-
Updated
Aug 28, 2017 - Python
Simplenet is a Swift language tool intended for programming of high-performance socket based datagram networking with flexible handling of network interfaces. It supports unicast, multicast and broadcast operations.
swift
networking
socket-io
gcd
multicast
libdispatch
udp-socket
udp-protocol
asynchronous-io
swift4
non-blocking-sockets
-
Updated
Oct 2, 2018 - Swift
Event-driven network application framework for high performance protocol servers & clients, non-blocking.
-
Updated
Jan 5, 2019 - Swift
Improve this page
Add a description, image, and links to the asynchronous-io topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asynchronous-io topic, visit your repo's landing page and select "manage topics."
ByteBufferViewis aCollectionofUInt8which "views" into aByteBuffer. Right now, we basically only implement thesubscriptwhich vends individual bytes. That's good enough to implementCollection/Sequence(and a bunch of more specialised sub-protocols) but it's not very fast at all.Especially methods like
firstIndex(of:)orfirstIndex(where:)will be very slow because it'l