VOOZH about

URL: https://www.javacodegeeks.com/author/geoffrey-de-smet

⇱ Geoffrey De Smet, Author at Java Code Geeks


  • Software Development👁 Image
    Geoffrey De SmetSeptember 10th, 2022
    1 424

    Bavet – A faster score engine for OptaPlanner

    Drools is an extremely fast rule engine. Under the hood, OptaPlanner has used Drools as a score engine for ages.…

    Read More »
  • Core Java👁 Image
    Geoffrey De SmetSeptember 23rd, 2021
    0 981

    How much faster is Java 17?

    Java 17 (released yesterday) comes with many new features and enhancements. However, most of those require code changes to benefit…

    Read More »
  • Web Development👁 Image
    Geoffrey De SmetJune 20th, 2021
    0 728

    Static website generation with Java, Maven and JBake

    Did you notice? Last week, we migrated the entire www.optaplanner.org website (1399 files) to build with Java and Maven, instead…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Geoffrey De SmetApril 1st, 2021
    2 195

    Batch solving an ActiveMQ queue that contains planning problem data sets in a scalable way

    If I want to solve many data sets of a planning problem every night, what architecture can easily scale out…

    Read More »
  • Core Java👁 Image
    Geoffrey De SmetFebruary 2nd, 2021
    0 191

    How much faster is Java 15?

    Java 15 was released on the 15th of September 2020 and has promised to bring with it a few performance…

    Read More »
  • Enterprise Java👁 Image
    Geoffrey De SmetOctober 30th, 2020
    0 365

    Solve the facility location problem

    We have created a new quickstart that extends OptaPlanner use case portfolio with the facility location problem and also demonstrates…

    Read More »
  • Enterprise Java👁 Image
    Geoffrey De SmetApril 9th, 2020
    0 492

    Constraint Streams – Modern Java constraints without the Drools Rule Language

    Traditionally, to scale out with OptaPlanner, you had to learn DRL. No more. With the new Constraints Streams API, inspired…

    Read More »
  • Software Development👁 Image
    Geoffrey De SmetJuly 4th, 2018
    0 236

    A giant leap forward with multithreaded incremental solving

    OptaPlanner finally supports multithreaded incremental solving. The speedup is spectacular. Even with just a few CPU cores, it triples the…

    Read More »
  • Core Java👁 Image
    Geoffrey De SmetJanuary 12th, 2018
    3 746

    Java Reflection, but much faster

    What is the fastest way to read a getter from a Java class without knowing the class at compilation time?…

    Read More »
  • 1
  • 2
  • 3
  • 4
  • »
Back to top button
Close