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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:04:28+00:00 2026-05-30T10:04:28+00:00

In my code, I want to check whether if a task (in an other

  • 0

In my code, I want to check whether if a task (in an other thread) is currently running or not.

I was considering using a Dictionary<String, bool>, and checking the boolean value. However, since I don’t know all the possible tasks at startup, I will have to populate this Dictionary on the fly when the task is started for the first time and query it like this:

Boolean status;
if (_tasks.TryGetValue(lockName, out  status))
{
    return status;
}
return false;

Since, instead of having this bool, the mere existence of the entry can be informative, I am considering using Hashset<String> and adding/removing values instead of setting the flag.

return _tasks.Contains(name)

I am wondering which of these two approaches would yield the best results. I expect approximately the same number of write operations than reads.

  • 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-30T10:04:30+00:00Added an answer on May 30, 2026 at 10:04 am

    There won’t be any significant difference.

    Both uses a hash lookup to check for the key, which is close to an O(1) operation.

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

Sidebar

Related Questions

i want code to check whether the user in logged in or not. I
Below is the code to check whether user is logged in or not ,
I am writing code to check whether a file exists or not. If the
I want to check whether a string contains any of the substrings that I
I want to check whether the user input contains only digits or not. So,
I want to check whether an element exists in the whole page or not.
i want to check whether string present .png , .pdf , .html for that
I want to kill a process using inno setup.i want to check whether the
I am writing some data access code and I want to check for potentially
I want to download a file and need to check the response status code

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.