Search:

Type: Posts; User: Gasis

Search: Search took 0.09 seconds.

  1. Thread: Hello guys!

    by Gasis
    Replies
    1
    Views
    761

    Hello guys!

    Hello to all!

    I'm very interested in programming and I want to be a software developer. My age is 15.

    I hope to find help and suggestions here. :cool:
  2. Replies
    9
    Views
    1,209

    [SOLVED] Re: Code speed problem

    I tested this on single-core, not on pc. I will update code.
  3. Replies
    9
    Views
    1,209

    [SOLVED] Re: Code speed problem

    I've tested this code in Android os. If not multi-threading, what else could speed it up? Multi-threading is useful only for difficult operations like internet connection and so on, right?
  4. Replies
    9
    Views
    1,209

    [SOLVED] Re: Code speed problem

    OK, I understand that i'm doing many actions in my code, but shouldn't two threads do it faster?

    P.S. The number is 7559 with 64 divisors.
  5. Replies
    9
    Views
    1,209

    [SOLVED] Code speed problem

    Hi, i've came across an exercise to find what number from 1 to 10000 has maximum number of divisors.
    Here's my solution:



    public class Main {

    // main method that is executed when program...
  6. Replies
    4
    Views
    1,788

    Re: Printing random values from array list.

    Sorry, my bad. Thanks for info.
  7. Replies
    4
    Views
    1,788

    Re: Printing random values from array list.

    There is no post.
  8. Replies
    4
    Views
    1,773

    Re: Can a lot of threads slow down my program?

    Thanks for your time, i will try it.
  9. Replies
    4
    Views
    1,773

    Re: Can a lot of threads slow down my program?

    So is it possible to create one thread for all particles
    ?
  10. Replies
    4
    Views
    1,773

    Can a lot of threads slow down my program?

    Hi, i've created an explosion animation with many particles. For each particle is created a new class with thread that waits for particle lifetime to end and then kills that particle. So can that...
Results 1 to 10 of 10