Questions tagged [packing]

Use this tag for questions related to packing, which can extend from struct packing to grouping elements together.

In C, will prevent the compiler from adding padding to a struct, which will save some memory, but may affect access speed to the members of the struct (since it may not memory-aligned).

However, has a general meaning as well, when you want to group/cluster similar elements together.

347 questions
-2
votes
1 answer

Packing files and folders into a single file

I'm tring to create a program to archieve some files from a folder to a single binary file so I can read files from the binary archieve later. So I created a archivation method but I don't really know how can I read the files from the binary without…
VIclean
  • 155
  • 1
  • 2
  • 7
-3
votes
1 answer

Packaging Software Ideas

We have a migration tool to migrate the customers data between different applications. I am looking for ideas to make it very easy for the customer to use this tool. Right now they invoke shell scripts with some options and get the data dump, but I…
1 2 3
23
24