antirez / antirez/lua-cmsgpack

Support reading from FILE*

Open
#14 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
383
Forks
122
PR merge metrics
No merged PRs in 30d

Description

I have a large chunk of data in a file, encoded with msgpack, and I want to load it to Lua.

I do not want to pay for overhead of interning this file as a string into Lua state. Instead I want a lua-cmsgpack call that would load my data from file directly.

Is it possible?

I realize that this is somewhat a corner case for lua-cmsgpack, as it is persistence and not message passing, but anyway — would be quite useful.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.