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 8098601
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T22:07:19+00:00 2026-06-05T22:07:19+00:00

Which one of these would be more suitable for RLE on bytes? I need

  • 0

Which one of these would be more suitable for RLE on bytes? I need to be able to insert data in the list reasonably quickly, but I also need to be able to find out where say uncompressed byte 3987 quickly (this is probably more important, I’d assume the best way is to go through all the counts until I get the closest one under 3987?).

  • 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-05T22:07:22+00:00Added an answer on June 5, 2026 at 10:07 pm

    Do you expect you’ll be inserting more than you’ll be searching? Because each approach is better for one rather than the other.

    I assume your LinkedList node would look something like this:

    class RleNode { Byte Value; Int32 Length; RleNode Prev; RleNode Next; }
    

    If you need quick insertions then you’ll want to go with a linked-list structure regardless.

    To speed up lookups by calculated positions I’d encapsulate the linked-list structure in a new class that combines it with a map index. The index would have to be rebuilt on every insertion.

    EDIT:

    I wonder if a tree might be faster still. You would rebuild a linear RLE stream with a DFS traversal of the tree. With a tree, each parent node could store the total RLE length of its children, so insertions can be done without having to recalculate the RLE length of the total structure, and retreival would be just as fast.

    I suggest you re-tag this question as computer science than C#.

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

Sidebar

Related Questions

I wanted to know which one of these would be more time-efficient when implementing
Which one of these URIs would be more 'fit' for receiving POSTs (adding product(s))?
Which one of these two ways would be more recommended to update a database
How do you connect these to your computer? Which one would be easier to
Which one of these two method invocations is considered most pythonic? some_method(that_has, very_many, aurguments=None,
I have a tab view which has a listview in one of these tabs.
Iam making an app which has one index.php file. I also have these other
I have a table in which in one of the column I would be
I have one frame in which one TestArea is there. When I append some
In my application one frame is there on which one button is there. If

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.