Skip to content

Conversation

@Chessray
Copy link
Contributor

@Chessray Chessray commented Jan 7, 2026

Implementation for FFP.

@cla-bot cla-bot bot added the cla-signed label Jan 7, 2026
}

extern "C" int getIntoMemorySegment(const char* key, char* dest, int dest_len) {
std::string value = GetByteArrayInternal(key);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we can just work with Memory Segments here, and eliminate byte arrays from our FFI benchmark.

@adamretter adamretter marked this pull request as ready for review January 27, 2026 12:12
@adamretter adamretter merged commit 7d04c3e into evolvedbinary:main Jan 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants