perf(composition): Brings v2.3.0 of libcomposition

This version of libcomposition stores all data contiguoiusly in memory
to enhance optimization and cache locality
This commit is contained in:
2025-12-08 11:54:59 -05:00
parent f8599ead01
commit 47341c9845
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
project('fourdst', 'cpp', version: 'v0.9.16', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('fourdst', 'cpp', version: 'v0.9.17', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
add_project_arguments('-fvisibility=default', language: 'cpp')

View File

@@ -1,4 +1,4 @@
[wrap-git]
url = https://github.com/4D-STAR/libcomposition.git
revision = v2.2.6
revision = v2.3.0
depth = 1