ArangoDB C++ | Integration and Development Resources https://arangodb.com/category/c/ The database for graph and beyond Wed, 26 Jun 2024 07:56:48 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 https://arangodb.com/wp-content/uploads/2023/08/cropped-favicon-32x32.png ArangoDB C++ | Integration and Development Resources https://arangodb.com/category/c/ 32 32 C++ Memory Model: Migrating from x86 to ARM https://arangodb.com/2021/02/cpp-memory-model-migrating-from-x86-to-arm/ https://arangodb.com/2021/02/cpp-memory-model-migrating-from-x86-to-arm/#comments Mon, 15 Feb 2021 13:47:06 +0000 https://www.arangodb.com/?p=36068 Over the past years, we have seen a shift in processors from the previously dominant x86 architecture to the more energy-efficient (and often cheaper) ARM architecture. This trend is true for both consumer hardware, e.g., Apple’s M1 SoC and also server hardware, e.g. AWS’s Gravitron processor. Given that the ARM architecture has a more relaxed…

The post C++ Memory Model: Migrating from x86 to ARM appeared first on ArangoDB.

]]>
https://arangodb.com/2021/02/cpp-memory-model-migrating-from-x86-to-arm/feed/ 5
Running V8 Isolates in Multi-Threaded ArangoDB https://arangodb.com/2015/08/running-v8-isolates-in-a-multi-threaded-arangodb-database/ https://arangodb.com/2015/08/running-v8-isolates-in-a-multi-threaded-arangodb-database/#comments Fri, 07 Aug 2015 09:33:48 +0000 http://www.arangodb.com/?p=8430 ArangoDB allows running user-defined JavaScript code in the database. This can be used for more complex, stored procedures-like database operations. Additionally, ArangoDB’s Foxx framework can be used to make any database functionality available via an HTTP REST API. It’s easy to build data-centric microservices with it, using the scripting functionality for tasks like access control,…

The post Running V8 Isolates in Multi-Threaded ArangoDB appeared first on ArangoDB.

]]>
https://arangodb.com/2015/08/running-v8-isolates-in-a-multi-threaded-arangodb-database/feed/ 1
Compile ArangoDB Source: Step-by-Step Guide | ArangoDB Blog https://arangodb.com/2014/10/compile-arangodb-source/ https://arangodb.com/2014/10/compile-arangodb-source/#respond Thu, 16 Oct 2014 17:02:01 +0000 http://www.arangodb.com/?p=4933 Though we provide a lot of pre-built packages for the stable versions of ArangoDB here, it is often more interesting to play with the bleeding edge development version. New ArangoDB features are normally added to the devel branch, where they can be tested, documented and improved. When a feature matures, it is either backported to…

The post Compile ArangoDB Source: Step-by-Step Guide | ArangoDB Blog appeared first on ArangoDB.

]]>
https://arangodb.com/2014/10/compile-arangodb-source/feed/ 0