Coder Social home page Coder Social logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
I agree, it would be nice to bring back the optimizer ability to use all 
processors.
On the other hand, since JBT deals with massive quantities of data, brute force
optimization would probably be impractical even with the full processing power
engaged.   The D&C optimizer is a good alternative, and it can probably be 
"smarter"
than it is now. I prefer focusing on good optimization algorithms rather than 
on how
to utilize the processor(s) most efficiently. The former potentially gives you
improvements by multiple orders of magnitude, while the latter bounds your
improvements to some bounded percentages.  

Original comment by [email protected] on 10 Apr 2008 at 3:18

  • Changed state: Accepted
  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

from jbooktrader.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
I confirm you strategy but tactically speaking it is easy to implement Thread()
constructor.

Javadoc descriptions 
http://java.sun.com/javase/6/docs/api/java/lang/Thread.html 

Java code examples are provided here:
http://www.exampledepot.com/egs/java.lang/BasicThread.html

It has smart implementation in Colt Java project. Source code and nice docs may 
be
downloaded from http://dsd.lbl.gov/~hoschek/colt/
Colt is a set of Open Source Libraries for High Performance Scientific and 
Technical
Computing in Java.

Kind regards,
Andrey Bogomolov.

Original comment by [email protected] on 11 Apr 2008 at 5:43

from jbooktrader.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
Fixed in release 5.07. Both optimizers (brute force and divide-and-conquer are 
now
multi-threaded and they fully utilize all available processors. Optimizations 
should
run about N times faster, where N is the number of processors. 

Original comment by [email protected] on 6 Sep 2008 at 9:00

  • Changed state: Fixed

from jbooktrader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.