Skip to content

Reduce deps#12

Open
soraxas wants to merge 4 commits into
Jackneill:mainfrom
soraxas:feat/feature-gate
Open

Reduce deps#12
soraxas wants to merge 4 commits into
Jackneill:mainfrom
soraxas:feat/feature-gate

Merge branch 'main' into feat/feature-gate

2020828
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jan 12, 2026 in 0s

3 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 3
- Added 3
           

Complexity decreasing per file
==============================
+ crates/spz/benches/util/mod.rs  -2
+ crates/spz/benches/benchmarks/load.rs  -1
+ crates/spz/src/compression.rs  -2
+ crates/spz/src/mmap.rs  -1
+ crates/spz/src/gaussian_splat.rs  -11
         

Clones added
============
- crates/spz/examples/load_spz.rs  1
         

Clones removed
==============
+ crates/spz/benches/util/mod.rs  -1
         

See the complete overview on Codacy

Annotations

Check warning on line 292 in crates/spz/src/gaussian_splat.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

crates/spz/src/gaussian_splat.rs#L292

Method to_packed_gaussians has 125 lines of code (limit is 50)

Check warning on line 292 in crates/spz/src/gaussian_splat.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

crates/spz/src/gaussian_splat.rs#L292

Method to_packed_gaussians has a cyclomatic complexity of 12 (limit is 8)

Check warning on line 14 in crates/spz/src/mmap.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

crates/spz/src/mmap.rs#L14

Detected 'unsafe' usage, please audit for secure usage