#
low-latency
Here are 224 public repositories matching this topic...
pveentjer
commented
Feb 13, 2022
Describe the bug
The worker contains the following code:
for (int i = 0; i < n; i++) {
Unsafe.getUnsafe().loadFence();
try {
try {
useful |= jobs.get(i).run(workerId);
} catch (Throwable e) {
onError(i, e);
}
} finally {
Unsafe.getUnsafe().storeFence();
}
}
I be
ldziedziul
commented
Mar 7, 2022
Add --add-exports jdk.management/com.ibm.lang.management.internal only when OpenJ9 detected.
Otherwise we got WARNING: package com.ibm.lang.management.internal not in jdk.management in logs
High performance, distributed and low latency publish-subscribe platform.
-
Updated
Dec 26, 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
Feb 28, 2022 - Python
Micro second messaging that stores everything to disk
-
Updated
Mar 7, 2022 - Java
Secure, Reliable, Transport
-
Updated
Mar 8, 2022 - C++
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
-
Updated
Feb 5, 2022 - 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
Aug 30, 2021 - Python
OvenMediaEngine (OME) is an Open-Source Streaming Server that enables Large-Scale and Sub-Second Latency Live Streaming.
streaming
hls
rtmp
webrtc
broadcasting
low-latency
streaming-engine
ome
webrtc-signaling
streaming-server
ultra-low-latency
rtmp-to-webrtc
cmaf
sub-second
sub-second-latency
ovenmediaengine
low-latency-dash
lldash
large-scale-streaming
live-streaming-server
-
Updated
Mar 8, 2022 - C++
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
Feb 17, 2022 - C#
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
Jan 27, 2022 - Java
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
Feb 2, 2022 - 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
Mar 2, 2022 - HTML
iot
networking
serverless
realtime
stream-processing
functional-reactive-programming
low-latency
quic
metaverse
5g
edge-computing
geo-distributed
geodistributedsystems
edge-ai
distributed-cloud
edge-mesh
metaverse-infrastructure
-
Updated
Mar 7, 2022 - Go
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
Feb 10, 2022 - C++
Mappedbus is a low latency message bus for Java microservices utilizing shared memory. http://mappedbus.io
-
Updated
Aug 22, 2021 - Java
Lightning Memory Database (LMDB) for Java: a low latency, transactional, sorted, embedded, key-value store
-
Updated
Feb 16, 2022 - Java
Low latency, peer-to-peer, interactive game streaming.
-
Updated
Dec 30, 2021 - C
Asynchronous Low Latency C++ Logging Library
-
Updated
Mar 2, 2022 - C++
Benchmarks for Low Latency (Streaming) solutions including Apache Storm, Apache Spark, Apache Flink, ...
-
Updated
Feb 15, 2022 - Jupyter Notebook
a microservices library - 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
Mar 6, 2022 - Java
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
Mar 1, 2022 - C++
XanMod: Linux kernel source code tree
linux
workstation
lto
linux-kernel
desktop
rng
low-latency
zstd
bbr
llvm-clang
preempt-rt
bfq
gamer
xanmod
preemptive-multitasking
lru-replacement-algorithm
fq-pie
realtime-kernel
bbr2
-
Updated
Mar 4, 2022 - 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."


描述(Description)
用户点播视频,PC端使用WebRtc播放,当用户关闭视频后,云服务器利用回调函数,主动踢掉用户播放的视频流,该过程进行十几次后,云服务器的CPU一直处于98%的状态,即使没有任何推流操作,cpu也无法得到释放。
v 4.0.198重现(Replay)
本地推流到SRS云服务器PC端成功播放视频后,主动关闭视频,云服务器使用回调函数,进行主动踢流重复十几次后,CPU处于98%的状态期望行为(Expect)
频繁推流、拉流、