{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by Geolykt"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 16,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "648ec8246ff6ead8d3c6a6304aee5818e48e4ca8",
            "branch" : [
              {
                "SHA1" : "648ec8246ff6ead8d3c6a6304aee5818e48e4ca8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "648ec8246ff6ead8d3c6a6304aee5818e48e4ca8",
            "branch" : [
              {
                "SHA1" : "648ec8246ff6ead8d3c6a6304aee5818e48e4ca8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "648ec8246ff6ead8d3c6a6304aee5818e48e4ca8",
        "branch" : [
          {
            "SHA1" : "648ec8246ff6ead8d3c6a6304aee5818e48e4ca8",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/Geolykt/FastStar.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#16",
  "duration" : 81217,
  "estimatedDuration" : 104995,
  "executor" : None,
  "fullDisplayName" : "faststar #16",
  "id" : "16",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 16,
  "queueId" : 173,
  "result" : "SUCCESS",
  "timestamp" : 1725186843204,
  "url" : "https://stianloader.org/jenkins/view/all/job/faststar/16/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/geolykt/faststar/intrinsics/SpatialQuery.java",
          "src/main/java/de/geolykt/faststar/mixin/FastEmploymentAgencyMixins.java",
          "src/main/java/de/geolykt/faststar/intrinsics/EmploymentAgencyExpress.java",
          "src/main/java/de/geolykt/faststar/mixin/SpaceMixins.java",
          "build.gradle",
          "src/main/java/de/geolykt/faststar/intrinsics/SpatialQueryArray.java",
          "src/main/resources/faststar.ras",
          "src/main/java/de/geolykt/faststar/intrinsics/NOPList.java"
        ],
        "commitId" : "648ec8246ff6ead8d3c6a6304aee5818e48e4ca8",
        "timestamp" : 1725185225000,
        "author" : {
          "absoluteUrl" : "https://stianloader.org/jenkins/user/geolykt",
          "fullName" : "Geolykt"
        },
        "authorEmail" : "admin@geolykt.de",
        "comment" : "Radically improve performance of the first EmploymentAgency tick during world gen\u000a\u000aThis now brings down the time it takes for the first tick to a comfortable\u000a60-70 seconds - for a 250 000 star galaxy. There is probably a fair bit that\u000acan still be optimized (ideally we'd use the tinspin indices, but they require\u000aa version of Java that isn't suitable for galimulator modding - yet).\u000aThe knn queries take the longest amount of time - perhaps there might be a few\u000atricks to pull out still; My guess is that we can/should make use of vertically\u000aspliced SpatialQueryArrays, which should have an impact especially on gigantic\u000amaps. That being said, this remains a theory so the final performance impact\u000aof such a solution remains unmeasured.\u000a",
        "date" : "2024-09-01 12:07:05 +0200",
        "id" : "648ec8246ff6ead8d3c6a6304aee5818e48e4ca8",
        "msg" : "Radically improve performance of the first EmploymentAgency tick during world gen",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/main/java/de/geolykt/faststar/intrinsics/EmploymentAgencyExpress.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/geolykt/faststar/intrinsics/NOPList.java"
          },
          {
            "editType" : "edit",
            "file" : "build.gradle"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/geolykt/faststar/mixin/SpaceMixins.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/resources/faststar.ras"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/geolykt/faststar/intrinsics/SpatialQuery.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/geolykt/faststar/intrinsics/SpatialQueryArray.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/geolykt/faststar/mixin/FastEmploymentAgencyMixins.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://stianloader.org/jenkins/user/geolykt",
      "fullName" : "Geolykt"
    }
  ]
}