in-memory
Here are 249 public repositories matching this topic...
-
Updated
Dec 24, 2021 - Go
I see at least the following:
$ grep ^ibuf extra/exports
ibuf_create
ibuf_destroy
ibuf_reinit
ibuf_reserve_slow
See #5932 for the reasoning.
-
Updated
Mar 18, 2022 - TypeScript
-
Updated
Feb 16, 2022 - Java
-
Updated
Feb 27, 2022 - Elixir
-
Updated
Dec 23, 2020 - C
-
Updated
Mar 22, 2022 - Java
There are no external core
dependencies other than LZ4 and Snappy which are not used unless compression is configured. So they should be installable.
libraryDependencies += "io.swaydb" %% "lz4" % "version"
//OR
libraryDependencies += "io.swaydb" %% "snappy" % "version"
For now we have to exclude
-
Updated
Mar 22, 2022 - Rust
-
Updated
Jan 23, 2022 - C++
-
Updated
Feb 11, 2022 - JavaScript
Use of the $geoNear pipeline stage results in:
[Error 40324] Unrecognized pipeline stage name: '$geoNear'
It's clear it is not currently supported in de.bwaldvogel.mongo.backend.aggregation.Aggregation.java
Example Mongo query usage:
db.places.aggregate([
{
$geoNear: {
near: { type: "Point", coordinates: [ -73.99279 , 40.719296 ] },
distance
-
Updated
Aug 15, 2021 - C++
-
Updated
Apr 6, 2021 - C
-
Updated
Oct 14, 2021 - Elixir
-
Updated
Aug 2, 2020 - Go
-
Updated
Sep 4, 2021 - C++
Partition predicate
Currently, the Go client does not support Hazelcast's partition predicate.
-
Updated
Mar 21, 2022 - Go
Somehow make a link like http://hazelcast.github.io/hazelcast-nodejs-client/api/current/docs/interfaces/proxy_imap.imap.html#addindex work
-
Updated
Jan 17, 2022 - C++
Improve this page
Add a description, image, and links to the in-memory topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the in-memory topic, visit your repo's landing page and select "manage topics."
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