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

  • Home
  • SEARCH
  • 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 115639
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T03:03:06+00:00 2026-05-11T03:03:06+00:00

I am getting a string hash like this: string content = a very long

  • 0

I am getting a string hash like this:

string content = 'a very long string'; int contentHash = content.GetHashCode(); 

I am then storing the hash into a dictionary as key mapping to another ID. This is useful so I don’t have to compare big strings during default dictionary hash computation but I can just fish the ID from the dictionary by key.

Can I be sure that the hash for a given string (‘a very long string’) will be always the same?

Can I be sure that two different strings won’t have the same hash?

Also, if possible, how likely is it to get the same hash for different strings?

  • 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. 2026-05-11T03:03:06+00:00Added an answer on May 11, 2026 at 3:03 am

    Just to add some detail as to where the idea of a changing hashcode may have come from.

    As the other answers have rightly said the hashcode for a specific string will always be the same for a specific runtime version. There is no guarantee that a newer runtime might use a different algorithm perhaps for performance reasons.

    The String class overrides the default GetHashCode implementation in object.

    The default implementation for a reference type in .NET is to allocate a sequential ID (held internally by .NET) and assign it to the object (the objects heap storage has slot for storing this hashcode, it only assigned on the first call to GetHashCode for that object).

    Hence creating an instance of a class, assigning it some values then retrieving the hashcode, followed by doing the exact same sequence with the same set of values will yeild different hashcodes. This may be the reason why some have been led to believe that hashcodes can change. In fact though its the instance of a class which is allocated a hashcode once allocated that hashcode does not change for that instance.

    Edit: I’ve just noticed that none of the answers directly reference each of you questions (although I think the answer to them is clear) but just to tidy up:-

    Can I be sure that the hash for a given string (‘a very long string’) will be always the same?

    In your usage, yes.

    Can I be sure that two different strings won’t have the same hash?

    No. Two different strings may have the same hash.

    Also, if possible, how likely is it to get the same hash for different strings?

    The probability is quite low, resulting hash is pretty random from a 4G domain.

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

Sidebar

Ask A Question

Stats

  • Questions 89k
  • Answers 90k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer if this is a primary key: videos_categories: video_id, category_id then… May 11, 2026 at 5:59 pm
  • Editorial Team
    Editorial Team added an answer String.Format(CultureInfo.InvariantCulture, "mysite.com/blog**/{0:yyyy/MM/dd}/**hello-world.aspx", DateTime.Now) Will get you the date. You can… May 11, 2026 at 5:59 pm
  • Editorial Team
    Editorial Team added an answer Something like this would work: struct complex { double r,i;… May 11, 2026 at 5:59 pm

Related Questions

I am currently writing a system that stores meta data for around 140,000 ish
My project generates a few values (equal partitioning method) for each data type by
I find myself needing to generate a checksum for a string of data, for
I am getting a java.sql.SQLException: No suitable driver when I am trying to connect

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.