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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:17:08+00:00 2026-06-13T14:17:08+00:00

I have an abstract representation of a map with, lets say, 5.000.000 different integer

  • 0

I have an abstract representation of a map with, lets say, 5.000.000 different integer coordinates on the X and Y coordinates, so it is a really big 2d rectangle.

And then, inside that variable-sized rectangle, I have several objects (characters, monsters, npcs). A player can select a position of this rectangle, and I have to check if there is a monster or a character on said position.

So far, I made a custom class called GameMatrix with columns and rows, and said columns has 3000×2000 positions (the area view of a character).

When a player of my game clicks on said coordinate, I have to do a foreach() of every element inside the matrix, and most of the times it is empty.

Is there a better way to solve this? Specifically, I am asking on what is the best way to, having a really big rectangle and a coordinate, check if there are objects inside said coordinate in an efficient way.

Forgot to mention, but this is done in the server-side several times per miliseconds. So I need a lot of performance.

Edit: Forgot to mention, I am using C#.

  • 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-13T14:17:11+00:00Added an answer on June 13, 2026 at 2:17 pm

    You should use a quad-tree implementation, unless the number of items in the grid is really small (like a couple of dozens items), in which case a linear search (brute force inspecting all of them at the same time) is probably the best choice.

    See here

    http://en.wikipedia.org/wiki/Quadtree

    Note that a quad tree can be queried very quickly and efficiently, but updates are a bit more costly, that is if your items move a lot across your map, this becomes more complicated to do with a good performance.

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

Sidebar

Related Questions

Let's say you have abstract class A doing some stuff. Then you have abstract
Let say I have abstract class called: Tenant and Customer. The tenant in this
Here is the problem: I have a representation of a tree. let's abstract this
I have a function, parseQuery, that parses a SQL query into an abstract representation
Imagine I have abstract base class Shape , with derived classes Circle and Rectangle
I have abstract BaseController, which basically looks like below: public abstract class BaseController :
Suppose we have abstract class A (all examples in C#) public abstract class A
I have an abstract base class called Party. There are several concrete subclasses (Company,
I have an abstract type A , and two derived types A1 and A2
I have an abstract class Class. The class Subclass extends Class. The Class abstract

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.