#
asynchronous-io
Here are 24 public repositories matching this topic...
avdgrinten
commented
Apr 30, 2021
This is required to implement alarm()
in libc and used by programs such as pv
.
People detection and optional tracking with Tensorflow backend.
asynchronous
tensorflow
yolo
object-detection
object-tracking
asynchronous-io
tracking-algorithm
people-tracker
detection-algorithm
yolov3
deep-sort
tensorflow2
people-tracking
deep-sort-tracking
yolov4
asynchronous-processing
-
Updated
Feb 21, 2021 - Python
[POC] Asynchronous reverse shell using the HTTP protocol.
-
Updated
May 17, 2020 - C#
Learn Swoole by Examples
-
Updated
Aug 26, 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
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
Apr 26, 2021 - Java
a event drive network library like libevent using c++
-
Updated
May 18, 2017 - C++
Chops Net IP ("C"onnective "H"andcrafted "Op"enwork "S"oftware) is a tasty C++ library that makes asynchronous IP network coding fun! Or at least this library makes asynchronous network programming easier and safer without sacrificing significant performance.
networking
tcp
cpp
asynchronous
udp
modern-cpp
cpp14
distributed-computing
cpp11
asio
tcp-socket
asynchronous-programming
cpp17
multicast
tcp-ip
udp-socket
asynchronous-io
asio-library
socket-library
-
Updated
Mar 30, 2020 - C++
Java multi-threading and asynchronous programming framework, flexible IO model with asynchronous operations
-
Updated
Oct 12, 2020 - Java
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
simple amqp client build on top of Libuv
-
Updated
Jul 14, 2020 - C
Asynchronous coroutines networking library for C++
-
Updated
Mar 29, 2019 - C++
A file duplicator using asynchronous read and write operations in the lib aio.
-
Updated
Dec 24, 2018 - C
Notes for asynchronous IO and coroutines in Python
-
Updated
Apr 30, 2021 - Python
Programing on Python Specialization
-
Updated
May 19, 2021 - 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
Cache server and client implement in Java AIO.
java
serialization
tcp
aio
cache
tcp-server
tcp-client
kryo
kryo-serializers
asynchronous-io
java-aio
cache-aio
asynchronoussocketchannel
-
Updated
Dec 18, 2020
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."
If you want to work with a complete socket address type including port, we have a helper in
SocketAddress
. However, the moment you want to talk only about an IP address we force you to hold anin_addr
orin_addr6
structure: hardly the friendliest versions of these data types.We should provide a helpful wrapper
IPAddress
type that can be converted into those types as needed. This would