-
Updated
Nov 27, 2020 - C++
low-latency
Here are 163 public repositories matching this topic...
-
Updated
Jun 25, 2020 - Go
-
Updated
Nov 29, 2020 - Java
-
Updated
Nov 28, 2020 - Python
-
Updated
Nov 27, 2020 - C++
-
Updated
Nov 23, 2020 - C++
-
Updated
Oct 22, 2020 - Python
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
-
Updated
Nov 20, 2020 - Java
-
Updated
Nov 25, 2020 - C++
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 27, 2020 - C#
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 12, 2020 - Java
-
Updated
Nov 4, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 18, 2020 - C++
-
Updated
Oct 16, 2019 - C++
-
Updated
Aug 12, 2019 - Go
-
Updated
Nov 29, 2020 - C++
-
Updated
Nov 27, 2020 - C++
-
Updated
Nov 8, 2020 - C++
-
Updated
Nov 10, 2020 - C
-
Updated
May 3, 2019 - Java
-
Updated
Jun 4, 2019 - Java
-
Updated
Oct 29, 2020 - 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."


Currently, notifications show time in the format
HH:MM:SS:We want instead to check the browser locales and display the time according to the user location/preferences. Date formatting should be done either natively (i18n module, cf. [here](https://developer.mozill