The Wayback Machine - https://web.archive.org/web/20210807003256/https://github.com/topics/low-latency
Skip to content
#

low-latency

Here are 198 public repositories matching this topic...

questdb
marregui
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
hazelcast-jet

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)
  • Updated Aug 4, 2021
  • Java

Improve this page

Add a description, image, and links to the low-latency topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more