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

go-playground / form / 18432284340

Builds Branch Commit Type Ran Committer Via Coverage
18432284340 master Improve issue #71: Optimize nested structure decoding performance (#73) ## Problem When decoding structs with data nested inside two or more layers of slices or maps, the decoder exhibited exponential performance degradation based on the number o... push 11 Oct 2025 05:05PM UTC web-flow github
99.72
18267045333 fix-issue-71-nested-performance Improve nested structure decoding performance Optimize nested structure decoding by replacing O(n) linear search with O(1) hash map lookup in the findAlias function. Changes: - Add aliasMap (map[string]*recursiveData) to decoder struct for O(1) ... Pull #73 06 Oct 2025 01:04AM UTC web-flow github
99.72
18266965012 fix-issue-71-nested-performance Rename issue-specific tests to generic names - Rename TestIssue71NestedPerformance to TestNestedArrayPerformance - Rename BenchmarkIssue71Nested100 to BenchmarkNestedArrayDecode100 - Rename BenchmarkIssue71Nested1000 to BenchmarkNestedArrayDecode... Pull #73 06 Oct 2025 12:58AM UTC web-flow github
99.72
18239222419 fix-issue-71-nested-performance Use smaller test counts to reduce CI time while still detecting regression Changed from (10, 100, 1000) to (10, 50, 200) values. Since the bug scales exponentially, 200 values is sufficient to prove the optimization works (without fix: 16s+, wit... Pull #73 04 Oct 2025 03:52AM UTC Jecoms github
99.72
13994600204 master retract breaking change (#70) ## Fixes Or Enhances **Make sure that you've checked the boxes below before you submit PR:** - [ ] Tests exist or have been written that cover this particular change. @go-playground/admins push 21 Mar 2025 02:58PM UTC web-flow github
99.81
13994551050 retract-v4.2.2 retract breaking change Pull #70 21 Mar 2025 02:55PM UTC deankarn github
99.81
13994468644 master Revert "Fix panic when the decoding pointer type with custom decoding function" (#69) Reverts go-playground/form#68 push 21 Mar 2025 02:51PM UTC web-flow github
99.81
13994411058 revert-68-fix-pointer-decoder-panic Revert "Fix panic when the decoding pointer type with custom decoding functio…" This reverts commit 212b1c48a. Pull #69 21 Mar 2025 02:48PM UTC web-flow github
99.81
13938521593 master Update README.md push 19 Mar 2025 03:54AM UTC web-flow github
99.82
13938478981 master Fix panic when the decoding pointer type with custom decoding function (#68) ## Fixes Or Enhances When a pointer type has a custom decoder and the decoded value is nil, we get a panic. Example ```go func main() { type CustomTime *time.Time ... push 19 Mar 2025 03:50AM UTC web-flow github
99.82
13933273292 fix-pointer-decoder-panic Fix panic when the decoding pointer type with custom decoding function Pull #68 18 Mar 2025 08:53PM UTC adityarsuryavamshi github
99.82
13933039231 master Fix panic when the decoding pointer type with custom decoding function Pull #67 18 Mar 2025 08:38PM UTC adityarsuryavamshi github
99.82
13932695007 master Change module name This is just temporary to work against this fork, before the core change is merged upstair Pull #67 18 Mar 2025 08:18PM UTC adityarsuryavamshi github
99.82
13932238280 master Fix panic when the decoding pointer type with custom decoding function Pull #67 18 Mar 2025 07:51PM UTC adityarsuryavamshi github
99.82
9216776608 mm-handle-empty-slice-index Remove unreachable code Pull #64 24 May 2024 12:38AM UTC Maciej Mucha github
99.82
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • Next →
  • Back to Repo
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

© 2025 Coveralls, Inc