Skip to content
#

simd

Here are 527 public repositories matching this topic...

questdb
mugendi
mugendi commented Aug 10, 2021

Is your feature request related to a problem? Please describe.
So I'm working on a product that should allow schema-less ingestion out of the box. So my default ingestion method is via the influx line protocol.

But my challenge is that I also need to add indexes to some of the tags (symbols) after table creation. The problem is that the Influx Line protocol holds a lock to the table makin

nemequ
nemequ commented Jul 11, 2021

The WebAssembly people are working on a relaxed SIMD proposal which mostly just provides alternatives for already-implemented functions, but allows for some differences between different implementations (e.g., allowing different results for out-of-range values, NaNs, etc.).

This should be pretty easy issue to resolve; we can mostly just copy the

Improve this page

Add a description, image, and links to the simd 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 simd topic, visit your repo's landing page and select "manage topics."

Learn more