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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:53:27+00:00 2026-05-30T15:53:27+00:00

I have checked different implementations of CRC64. For example, this , this and this

  • 0

I have checked different implementations of CRC64. For example, this, this and this. The problem with all these is that they work with bytes. However, on a 64 bit system, I would like to work with long (8 bytes). In this way, I will need to iterate less. For example, for data of 128 bytes, using a byte, I need to iterate 128 times, while with long, I would need to iterate only 16 times.

Is there any CRC64 implementation that use long or even a word size greater than a byte? Can these schemes be modified to do so?

  • 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-05-30T15:53:29+00:00Added an answer on May 30, 2026 at 3:53 pm

    CRC calculation uses a trick to avoid having to process the data bit-by-bit: It uses a lookup table which allows it to process multiple bits at once.

    Processing n bits at once requires a lookup table of size 2^n. The implementations you linked read 1 byte (8 bits) at a time, and indeed they all use a lookup table of size 256 == 2^8.

    Processing 64 bits at a time would require a lookup table of size 2^64, which is not practical. This is why common implementations of CRC do the processing 1 byte at a time.

    While it’s possible to process 2 bytes at a time using a 65536-entry array, this is likely to have a negative performance impact due to using more CPU cache memory.

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

Sidebar

Related Questions

all, I have searched for this problem for long time and tried different methods.
I have checked different questions in this and in other forums, but I didn't
I have checked out now a local working copy of a codebase that lives
This is driving me up the wall. I have checked and rechecked spelling and
I'm trying to write dynamic method that calls Parallel.ForEach. I have checked a IL
I have a drawable state list selector that needs to display a different drawable
I have multiple projects in a couple of different workspaces. However, it seems like
I have an app that has several different pages that use Sencha Touch. Ocassionally
I have hosting plans with 2 different providers, on provider A my website work
I have checked with the wikipedia article , and it seems like it is

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.