facebookresearch / dachshund
File Age

File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).

Summary
  • Number of files: 51
  • Daily file updates (only one update per file and date counted): 82
  • First update: 2020-08-06
  • Latest update: 2021-11-08
  • Days between first and latest update: 460 (65 weeks, estimated 325 working days)
  • Active days (at least one file change): 61
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 49 files with 4,972 lines of code in files.
    • 44 files that are 366+ days old (4,630 lines of code)
    • 0 files that are 181-365 days old (0 lines of code)
    • 3 files that are 91-180 days old (256 lines of code)
    • 2 files that are 31-90 days old (86 lines of code)
    • 0 files that are 1-30 days old (0 lines of code)
93% | 0% | 5% | 1% | 0%
Legend:
366+
181-365
91-180
31-90
1-30
Latest Change Distribution Overall
Days since last update
  • There are 49 files with 4,972 lines of code in files.
    • 17 files have been last changed 366+ days ago (984 lines of code)
    • 0 files have been last changed 181-365 days ago (0 lines of code)
    • 0 files have been last changed 91-180 days ago (0 lines of code)
    • 32 files have been last changed 31-90 days ago (3,988 lines of code)
    • 0 files have been last changed 1-30 days ago (0 lines of code)
19% | 0% | 0% | 80% | 0%
Legend:
366+
181-365
91-180
31-90
1-30
File Change History per File Extension
rs, md, txt, toml, gitignore, json, yml
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
rs93% | 0% | 5% | 1% | 0%
toml100% | 0% | 0% | 0% | 0%
Latest Change Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
rs20% | 0% | 0% | 79% | 0%
toml1% | 0% | 0% | 98% | 0%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
src/dachshund90% | 0% | 7% | 1% | 0%
src/dachshund/algorithms100% | 0% | 0% | 0% | 0%
src88% | 0% | 0% | 11% | 0%
ROOT100% | 0% | 0% | 0% | 0%
primary (latest change distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
src/dachshund16% | 0% | 0% | 83% | 0%
src/dachshund/algorithms27% | 0% | 0% | 72% | 0%
src40% | 0% | 0% | 59% | 0%
ROOT1% | 0% | 0% | 98% | 0%
Oldest Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
candidate.rs
in src/dachshund
507 12 90 538 20
node.rs
in src/dachshund
303 44 90 538 26
typed_graph_builder.rs
in src/dachshund
295 11 90 538 11
beam.rs
in src/dachshund
257 2 432 538 12
transformer.rs
in src/dachshund
256 4 90 538 19
simple_transformer.rs
in src/dachshund
170 11 90 538 26
row.rs
in src/dachshund
143 22 90 538 6
simple_undirected_graph_builder.rs
in src/dachshund
138 10 90 538 18
simple_undirected_graph.rs
in src/dachshund
111 10 90 538 28
id_types.rs
in src/dachshund
106 6 538 538 1
scorer.rs
in src/dachshund
73 - 90 538 15
toml
Cargo.toml
in root
63 - 79 538 20
typed_graph.rs
in src/dachshund
59 10 90 538 15
lib.rs
in src
52 - 90 538 28
output.rs
in src/dachshund
38 - 538 538 1
mod.rs
in src/dachshund
37 - 79 538 28
graph_base.rs
in src/dachshund
33 1 90 538 15
line_processor.rs
in src/dachshund
110 7 90 537 4
transformer_base.rs
in src/dachshund
84 1 79 537 9
typed_graph_line_processor.rs
in src/dachshund
81 1 537 537 1
Files Not Recently Changed (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
output.rs
in src/dachshund
38 - 538 538 1
id_types.rs
in src/dachshund
106 6 538 538 1
simple_graph_featurizer.rs
in src
17 - 537 537 1
non_core_type_ids.rs
in src/dachshund
52 1 537 537 1
typed_graph_line_processor.rs
in src/dachshund
81 1 537 537 1
clique_miner.rs
in src
43 - 532 537 3
toml
rustfmt.toml
in root
1 - 490 490 1
search_problem.rs
in src/dachshund
39 - 489 492 4
beam.rs
in src/dachshund
257 2 432 538 12
algebraic_connectivity.rs
in src/dachshund/algorithms
17 1 422 432 4
laplacian.rs
in src/dachshund/algorithms
30 2 422 432 4
eigenvector_centrality.rs
in src/dachshund/algorithms
33 1 422 432 4
adjacency_matrix.rs
in src/dachshund/algorithms
39 2 420 432 5
transitivity.rs
in src/dachshund/algorithms
66 4 420 432 5
mod.rs
in src/dachshund/algorithms
19 - 411 487 9
brokerage.rs
in src/dachshund/algorithms
65 1 411 487 4
betweenness.rs
in src/dachshund/algorithms
81 3 411 485 7
core_miner.rs
in src
18 - 90 386 5
graph_base.rs
in src/dachshund
33 1 90 538 15
graph_builder_base.rs
in src/dachshund
40 2 90 485 10
Most Recently Created Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
error.rs
in src/dachshund
45 2
input.rs
in src/dachshund
37 1
connected_components_transformer.rs
in src/dachshund
69 5 79 90 2
connected_component_extractor.rs
in src
17 - 79 90 2
weighted_core_transformer.rs
in src/dachshund
77 5 90 132 3
weighted_undirected_graph.rs
in src/dachshund
112 10 90 139 6
weighted_undirected_graph_builder.rs
in src/dachshund
67 3 90 139 3
core_transformer.rs
in src/dachshund
88 6 90 386 7
core_miner.rs
in src
18 - 90 386 5
shortest_paths.rs
in src/dachshund/algorithms
142 4 90 432 8
transitivity.rs
in src/dachshund/algorithms
66 4 420 432 5
adjacency_matrix.rs
in src/dachshund/algorithms
39 2 420 432 5
eigenvector_centrality.rs
in src/dachshund/algorithms
33 1 422 432 4
laplacian.rs
in src/dachshund/algorithms
30 2 422 432 4
algebraic_connectivity.rs
in src/dachshund/algorithms
17 1 422 432 4
coreness.rs
in src/dachshund/algorithms
266 10 90 441 21
connected_components.rs
in src/dachshund/algorithms
137 5 90 485 18
betweenness.rs
in src/dachshund/algorithms
81 3 411 485 7
connectivity.rs
in src/dachshund/algorithms
73 3 90 485 15
graph_builder_base.rs
in src/dachshund
40 2 90 485 10
Most Recently Changed Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
error.rs
in src/dachshund
45 2
input.rs
in src/dachshund
37 1
transformer_base.rs
in src/dachshund
84 1 79 537 9
connected_components_transformer.rs
in src/dachshund
69 5 79 90 2
toml
Cargo.toml
in root
63 - 79 538 20
mod.rs
in src/dachshund
37 - 79 538 28
connected_component_extractor.rs
in src
17 - 79 90 2
candidate.rs
in src/dachshund
507 12 90 538 20
node.rs
in src/dachshund
303 44 90 538 26
typed_graph_builder.rs
in src/dachshund
295 11 90 538 11
coreness.rs
in src/dachshund/algorithms
266 10 90 441 21
transformer.rs
in src/dachshund
256 4 90 538 19
cnm_communities.rs
in src/dachshund/algorithms
242 7 90 487 10
simple_transformer.rs
in src/dachshund
170 11 90 538 26
row.rs
in src/dachshund
143 22 90 538 6
shortest_paths.rs
in src/dachshund/algorithms
142 4 90 432 8
simple_undirected_graph_builder.rs
in src/dachshund
138 10 90 538 18
connected_components.rs
in src/dachshund/algorithms
137 5 90 485 18
weighted_undirected_graph.rs
in src/dachshund
112 10 90 139 6
simple_undirected_graph.rs
in src/dachshund
111 10 90 538 28