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

eclipsesource / jsonforms / 26830431178

02 Jun 2026 03:21PM UTC coverage: 83.776% (+0.7%) from 83.105%
26830431178

push

github

lucas-koehler
core: avoid quadratic id generation for repeated proposed ids

`createId` previously rescanned the global id set from index 0 on every
call. With N identical proposed ids this is O(N^2).

Track a per-prefix `next` cursor and a reverse map from id to slot so
the scan starts at the lowest unallocated index. `removeId` reuses
freed slots by rewinding the cursor. All previously observable
behavior is preserved.

11938 of 30931 branches covered (38.6%)

29 of 29 new or added lines in 1 file covered. (100.0%)

7 existing lines in 5 files now uncovered.

19504 of 23281 relevant lines covered (83.78%)

33.39 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

97.96
/packages/examples-react/node_modules/@jsonforms/react/src/JsonForms.tsx


Source Not Available

The file "packages/examples-react/node_modules/@jsonforms/react/src/JsonForms.tsx" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc