examples: Add memfs_ll.cc
authorBernd Schubert <bschubert@ddn.com>
Thu, 12 Dec 2024 15:08:50 +0000 (16:08 +0100)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Fri, 13 Dec 2024 10:32:03 +0000 (11:32 +0100)
commita3a14ffb499712f36bbb24ba7684c8bd3ba337ca
treed4660c7bd139d7fe73023d0c8f3922fbfc104496
parent4ec109d1c447bbf5be05854e32d8683bb1df5a80
examples: Add memfs_ll.cc

This is an initial implementation and quickly hacked together
within a few hours - issues expected.

This also increase to C++17 as memfs_ll makes use of more
recent features.

Background to create this was actually to be able to test large
file names (3 * 1024B), which couldn't be achieved with passthrough
file system as non of the underlying file systems seems to support
that.

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
example/memfs_ll.cc [new file with mode: 0644]
example/meson.build
meson.build