-
Updated
Aug 6, 2021 - C++
#
low-latency
Here are 198 public repositories matching this topic...
SRS is a simple, high efficiency and realtime video server, supports RTMP/WebRTC/HLS/HTTP-FLV/SRT/GB28181.
hls
cdn
rtmp
cluster
webrtc
live-streaming
live
media-server
rtmp-server
srs
http-streaming
http-flv
srt
low-latency
coroutine
gb28181
marregui
commented
Jul 20, 2021
Scenario
create table tab(f float);
insert into tab(f) values(4273.8);
Results in: org.postgresql.util.PSQLException: ERROR: inconvertible types: DOUBLE -> FLOAT [from=4273.8, to=f]
Expectation
Possibly enhance type compatibility check (SqlCompiler.isAssignableFrom
) with extra cases for numeric types:
- Float <- Double: if the double fits in the Float, then
High performance, distributed and low latency publish-subscribe platform.
-
Updated
Jul 3, 2021 - Go
Python Socket.IO server and client
python
web-server
websocket
socket-io
asyncio
socketio
low-latency
socketio-server
gevent
long-polling
eventlet
-
Updated
Aug 1, 2021 - Python
Micro second messaging that stores everything to disk
-
Updated
Aug 6, 2021 - Java
Secure, Reliable, Transport
-
Updated
Aug 6, 2021 - C++
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
-
Updated
Dec 22, 2020 - C++
[ICCV 2019] TSM: Temporal Shift Module for Efficient Video Understanding
acceleration
low-latency
video-understanding
tsm
nvidia-jetson-nano
efficient-model
temporal-modeling
-
Updated
Apr 30, 2021 - Python
Ultra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.
java
bitcoin
trading-api
cryptocurrency
exchange
stock-market
trading-platform
low-latency
lock-free
hft
hft-trading
order-book
forex-trading
matching-engine
lmax-disruptor
exchange-api
stock-trading
stock-exchange
cryptocurrency-exchanges
matching-algorithm
-
Updated
Aug 2, 2021 - Java
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
tls
ssl
http
performance
async
https
websocket-server
websocket
tcp-server
socket-server
tcp-client
http-server
low-latency
udp-server
https-server
socket-client
udp-client
-
Updated
Jun 6, 2021 - C#
OvenMediaEngine (OME) is a streaming engine for real-time live broadcasting with sub-second latency.
streaming
rtmp
webrtc
broadcasting
low-latency
streaming-engine
ome
webrtc-signaling
streaming-server
ultra-low-latency
rtmp-to-webrtc
cmaf
sub-second
sub-second-latency
-
Updated
Aug 6, 2021 - C++
cw124
commented
Jul 15, 2020
For example, given a simple pipeline such as:
Pipeline p = Pipeline.create();
p.readFrom(TestSources.items("the", "quick", "brown", "fox"))
.aggregate(aggregator)
.writeTo(Sinks.logger());
I'd like aggregator
to be something requiring a non-serialisable dependency to do its work.
I know I can do this:
Pipeline p = Pipeline.create();
p.readFrom(TestSource
Source code for SonoBus, a real-time network audio streaming collaboration tool.
audio
music
plugin
windows
macos
linux
network
peer-to-peer
podcasting
low-latency
vst
aax
audiounit
-
Updated
Jul 21, 2021 - C++
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
tls
ssl
http
performance
async
https
websocket-server
websocket
tcp-server
socket-server
tcp-client
http-server
low-latency
udp-server
https-server
socket-client
udp-client
-
Updated
Jun 4, 2021 - HTML
Mappedbus is a low latency message bus for Java microservices utilizing shared memory. http://mappedbus.io
-
Updated
Oct 13, 2020 - Java
Lightning Memory Database (LMDB) for Java: a low latency, transactional, sorted, embedded, key-value store
-
Updated
Aug 4, 2021 - Java
Benchmarks for Low Latency (Streaming) solutions including Apache Storm, Apache Spark, Apache Flink, ...
-
Updated
Jun 4, 2021 - Java
C++ lockless queue.
c-plus-plus
multi-threading
queue
cplusplus
datastructures
cpp
atomic
high-performance
multithreading
data-structures
benchmarks
low-latency
lock-free
lockfree
lockless
circular-queue
atomics
c-plusplus
atomic-queues
ring-buffer-array
-
Updated
Jul 31, 2021 - C++
ScaleCube Services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing. its open and designed to accommodate changes. (no sidecar in a form of broker or any kind)
distributed-systems
microservices
api-gateway
ipc
cluster
service-discovery
actor-model
reactive-streams
peer
k8s
low-latency
multicast-streams
failure
service-mesh
gossip-protocol
backpressure
reactive-microservices
aeron
scalecube-services
cluster-membership
reactor-netty
swim-protocol
reactor-aeron
-
Updated
Aug 4, 2021 - Java
iot
networking
serverless
realtime
stream-processing
functional-reactive-programming
low-latency
quic
5g
edge-computing
geodistributedsystems
edge-ai
industrial-iot
distributed-cloud
edge-mesh
streaming-serverless-framework
-
Updated
Aug 6, 2021 - Go
Asynchronous Low Latency C++ Logging Library
-
Updated
Jun 16, 2021 - C++
Time series monitoring and alerting platform.
-
Updated
Oct 13, 2020 - Java
Low latency, peer-to-peer, interactive game streaming.
-
Updated
Apr 29, 2021 - C
Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift
javascript
ruby
kotlin
python
java
go
swift
golang
serialization
performance
csharp
cpp
binary
protocol
low-latency
-
Updated
Jul 3, 2021 - C++
**No Longer Maintained** Official RAMCloud repo
-
Updated
Oct 16, 2019 - C++
Improve this page
Add a description, image, and links to the low-latency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the low-latency topic, visit your repo's landing page and select "manage topics."
There is no technical difficulty to support
includeValue
option, looks like we are just missing it on the API level.See SO question