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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T20:51:08+00:00 2026-06-06T20:51:08+00:00

dmap = new Tile[maxW][maxH]; for (int y = 0; y < maxH; ++y) for

  • 0
    dmap = new Tile[maxW][maxH];
    for (int y = 0; y < maxH; ++y)
        for (int x = 0; x < maxW; ++x)
            dmap[x][y] = new Tile();

This is slow despite each Tile only having an int member which anyway is made 0. I have not written a constructor for Tile(). Can I improve or should I go back to C++?

maxW and maxH are both 255, and my environment is the Android emulator.

I don’t think it is this code that is slow anymore. My Log.i() statements have gone missing from the LogCat view… I pute one in for each y in the above initialisation code.

  • 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-06T20:51:09+00:00Added an answer on June 6, 2026 at 8:51 pm

    You don’t have to initialize the array with objects. By default it will contain null values, and you can keep it like this, if this is OK in your case.

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

Sidebar

Related Questions

I am new in c++. I am trying to add a dragon object in
I have written some code in which a small part of the code takes
I'm using this class as my key to Hashmap with overriden hasCode() and equals()
Straight to the point, the type declarations are as follow; type Pnt = (Int,
Took me a while to find an answer for this so thought I'd share
I have the following tables in my database: Announcements: - AnnouncementID (PK) - Title
I've got weird problem. I'm trying to write simple game in C++, but I
In my controller I have: def edit @konkurrencer = Konkurrencer.find(params[:id]) @konkurrencer.attributes.map{|d| d.map{|d| d.dup.force_encoding(UTF-8) }
In my controller I have: def index @title = 'asdsadas' @kategoris = Tag.where(name like
In my controller I have: def index @title = 'asdsadas' @kategoris = Tag.where(name like

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.