Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7897427
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T08:09:49+00:00 2026-06-03T08:09:49+00:00

What can I use to perform fast serialization of data into several files in

  • 0

What can I use to perform fast serialization of data into several files in C++11 (to avoid data redundancy I assume that I will split data into several tables and join them on its id numbers)?

I think about using:

  1. simple binary files accessed with fstream.read(), fstream.write().
  2. using mmap.
  3. function google protobuf (if I can access random element instead of iterating on all of them).

All tables will consist of columns with following datatypes:
uint8, uint16, uint32, uint64, string.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T08:09:51+00:00Added an answer on June 3, 2026 at 8:09 am

    Fast random access will be the challenge here. The easiest way to achieve that is to keep each row constant size. There’s no easy way to do that using protobufs, unless you assume a conservative maximum size. It should be relatively easy to do this with either of your first two options (assuming you have a reasonable limit on the size of the string).

    You can get arbitrarily more complicated, however. Using protobufs will likely use less space than a naive serialization, so you’ll have memory left over to build an index. Even a relatively small index (say, mapping from a table row number to a file offset for every 100th row) will give you fast random access and use a lot less space. Of course, this is quite a bit more complicated than the simple every-row-is-the-same-size approach.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a massive amount of input data (that's why I use Hadoop) and
I'm working with CSV transaction data files that are 350 mb+ and 1,100,000+ lines
I am writing a JavaScript function that can perform decimal place manipulation on a
I have an application that performs fast operations on in-memory data. This data is
I want to use a GPU-accelerated algorithm, to perform a fast and memory saving
Is there any tool I can use to perform pseudolocalization on an ASP.NET MVC
I can use the following to get the contents of a folder with no
Users can use their Google, Facebook or Twitter account to login to a site
I can use this maven plugin maven-jaxb-plugin to generate Java Classes from XSD file.
I can use .button() to create beautiful submit buttons, but the rest of the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.