i have a lot of objects and a tile, all of them have an array called "tags"
when colliding, i want to see if the tags of the objects share a tag with the tile
how can i do this without using a for loop, as i feel as it would cause the game to slow down due to the amount of objects being checked