• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CyclopsMC / IntegratedDynamics / 33318654865
47%

Build:
DEFAULT BRANCH: master-1.21-lts
Ran 30 Aug 2026 03:08PM UTC
Jobs 1
Files 808
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Aug 2026 03:05PM UTC coverage: 46.881% (+0.1%) from 46.762%
33318654865

push

github

rubensworks
Classify the ingredient index positions map

Partial matches, such as extractions that ignore data components, had to
linearly scan all indexed instances of a priority level. Classifying the
positions map by the ingredient's first category type reduces that to
the instances that share the category, which for item stacks means the
instances of the same item.

This was tried before in 8f53b7eb5 and
reverted, because it regressed the exact-match and non-empty position
lookups (CyclopsMC/IntegratedTerminals#134): classified maps resolve
exact matches by scanning their sub-map, and copy all their values into
a new list when iterated. Neither applies any more, as both of those
lookups are now resolved without IIngredientMap#getAll.

Measured with 5000 instances spread over 200 positions:
index_lookup_item goes from 0.3302 to 0.1642 ms/op.

Closes #1412

3044 of 9214 branches covered (33.04%)

Branch coverage included in aggregate %.

12875 of 24742 relevant lines covered (52.04%)

2.49 hits per line

Coverage Regressions

Lines Coverage ∆ File
13
86.86
26.19% org/cyclops/integrateddynamics/core/network/IngredientPositionsIndex.java
6
82.83
-7.07% org/cyclops/integrateddynamics/core/part/write/PartStateWriterBase.java
4
72.57
-3.54% org/cyclops/integrateddynamics/core/part/PartStateActiveVariableBase.java
3
70.97
-4.84% org/cyclops/integrateddynamics/blockentity/BlockEntityVariablestore.java
Jobs
ID Job ID Ran Files Coverage
1 33318654865.1 30 Aug 2026 03:08PM UTC 808
46.88
GitHub Action Run
Source Files on build 33318654865
  • Tree
  • List 808
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33318654865
  • 092be57a on github
  • Prev Build on master-1.21-lts (#33312783869)
  • Next Build on master-1.21-lts (#33414607026)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc