Compression/optimization text with given structureWhat algorithms compute directions from point A to point B on a map?Twitter image encoding challengeImprove INSERT-per-second performance of SQLite?Easy interview question got harder: given numbers 1..100, find the missing number(s) given exactly k are missingFind an integer not among four billion given onesUkkonen's suffix tree algorithm in plain EnglishImage Processing: Algorithm Improvement for 'Coca-Cola Can' RecognitionRepresenting and solving a maze given an imageI need help optimizing this compression algorithm I came up with on my ownWhat is the optimal algorithm for the game 2048?
Does a return economy-class seat between London and San Francisco release 5.28 tonnes of CO2 equivalents?
Do the 26 richest billionaires own as much wealth as the poorest 3.8 billion people?
How did Lefschetz do mathematics without hands?
Two palindromes are not enough
Origin of the convolution theorem
Could you fall off a planet if it was being accelerated by engines?
How did they film the Invisible Man being invisible, in 1933?
Copy group of files (Filename*) to backup (Filename*.bak)
13th chords on guitar
By RAW, how can Prestidigitation create sound?
How do I tell the reader that my character is autistic in Fantasy?
Put my student loan in parents’ second mortgage - help?
Having to constantly redo everything because I don't know how to do it?
If I were to build a J3 cub twice the size of the original using the same CG would it fly?
Who voices the character "Finger" in The Fifth Element?
Active wildlife outside the window- Good or Bad for Cat psychology?
Can a successful book series let the bad guy win?
pgfmath does not work
If two black hole event horizons overlap (touch) can they ever separate again?
Sentence editor
What European countries have secret voting within the Legislature?
How do ohm meters measure high resistances?
What verb for taking advantage fits in "I don't want to ________ on the friendship"?
How do I ensure my employees don't abuse my flexible work hours policy?
Compression/optimization text with given structure
What algorithms compute directions from point A to point B on a map?Twitter image encoding challengeImprove INSERT-per-second performance of SQLite?Easy interview question got harder: given numbers 1..100, find the missing number(s) given exactly k are missingFind an integer not among four billion given onesUkkonen's suffix tree algorithm in plain EnglishImage Processing: Algorithm Improvement for 'Coca-Cola Can' RecognitionRepresenting and solving a maze given an imageI need help optimizing this compression algorithm I came up with on my ownWhat is the optimal algorithm for the game 2048?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I need to compress(or optimize?) a text file with a structure given. Example of the structure:
[string][space][date in format yyyy-MM-dd][space][string]
So a string from this text file would look like this:
some text 2014-10-26 other text
My question is how can I use the given structure for creating a compression algorithm? Like, I need to do some transformations on the original text file to make it weight less, how the structure of this file can help?
I've found one thing called "Structural Contexts with a Semistatic Model", but still don't have an idea how to do my task.
algorithm optimization compression
add a comment |
I need to compress(or optimize?) a text file with a structure given. Example of the structure:
[string][space][date in format yyyy-MM-dd][space][string]
So a string from this text file would look like this:
some text 2014-10-26 other text
My question is how can I use the given structure for creating a compression algorithm? Like, I need to do some transformations on the original text file to make it weight less, how the structure of this file can help?
I've found one thing called "Structural Contexts with a Semistatic Model", but still don't have an idea how to do my task.
algorithm optimization compression
I don´t see this structure helping much, you are doing text compression basically
– juvian
Mar 25 at 15:07
assuming the lines are ordered, you could potentially store the "delta days" instead of the entire date in the consecutive entries. This will save you significant bytes.
– st0le
Mar 25 at 17:12
add a comment |
I need to compress(or optimize?) a text file with a structure given. Example of the structure:
[string][space][date in format yyyy-MM-dd][space][string]
So a string from this text file would look like this:
some text 2014-10-26 other text
My question is how can I use the given structure for creating a compression algorithm? Like, I need to do some transformations on the original text file to make it weight less, how the structure of this file can help?
I've found one thing called "Structural Contexts with a Semistatic Model", but still don't have an idea how to do my task.
algorithm optimization compression
I need to compress(or optimize?) a text file with a structure given. Example of the structure:
[string][space][date in format yyyy-MM-dd][space][string]
So a string from this text file would look like this:
some text 2014-10-26 other text
My question is how can I use the given structure for creating a compression algorithm? Like, I need to do some transformations on the original text file to make it weight less, how the structure of this file can help?
I've found one thing called "Structural Contexts with a Semistatic Model", but still don't have an idea how to do my task.
algorithm optimization compression
algorithm optimization compression
asked Mar 25 at 14:54
quidquid
204 bronze badges
204 bronze badges
I don´t see this structure helping much, you are doing text compression basically
– juvian
Mar 25 at 15:07
assuming the lines are ordered, you could potentially store the "delta days" instead of the entire date in the consecutive entries. This will save you significant bytes.
– st0le
Mar 25 at 17:12
add a comment |
I don´t see this structure helping much, you are doing text compression basically
– juvian
Mar 25 at 15:07
assuming the lines are ordered, you could potentially store the "delta days" instead of the entire date in the consecutive entries. This will save you significant bytes.
– st0le
Mar 25 at 17:12
I don´t see this structure helping much, you are doing text compression basically
– juvian
Mar 25 at 15:07
I don´t see this structure helping much, you are doing text compression basically
– juvian
Mar 25 at 15:07
assuming the lines are ordered, you could potentially store the "delta days" instead of the entire date in the consecutive entries. This will save you significant bytes.
– st0le
Mar 25 at 17:12
assuming the lines are ordered, you could potentially store the "delta days" instead of the entire date in the consecutive entries. This will save you significant bytes.
– st0le
Mar 25 at 17:12
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55340601%2fcompression-optimization-text-with-given-structure%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55340601%2fcompression-optimization-text-with-given-structure%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I don´t see this structure helping much, you are doing text compression basically
– juvian
Mar 25 at 15:07
assuming the lines are ordered, you could potentially store the "delta days" instead of the entire date in the consecutive entries. This will save you significant bytes.
– st0le
Mar 25 at 17:12