Datasets:

Modalities:
Text
Formats:
parquet
Languages:
code
ArXiv:
Tags:
DOI:
License:
boomanaiden154 commited on
Commit
dff1b04
1 Parent(s): ce5f814

Add size information to README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -78,6 +78,23 @@ typically a link to a tar archive or git repository from which the project was b
78
  mapping to a specific package ecosystem that provides the source, such as Spack.
79
  6. `language` - This column indicates the source language that the module was compiled from.
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  ## Licensing
82
 
83
  The individual modules within the dataset are subject to the licenses of the projects that they come from. License
 
78
  mapping to a specific package ecosystem that provides the source, such as Spack.
79
  6. `language` - This column indicates the source language that the module was compiled from.
80
 
81
+ ## Dataset Size
82
+
83
+ | Langauge | Raw Size | License Constraints | Deduplicated + License Constraints |
84
+ |----------|----------|---------------------|------------------------------------|
85
+ | C/C++ | 124GB | 47GB | 31GB |
86
+ | C | N/A | N/A | 3GB |
87
+ | C++ | N/A | N/A | 28GB |
88
+ | Julia | 201GB | 179GB | 153GB |
89
+ | Swift | 8GB | 7GB | 7GB |
90
+ | Rust | 656GB | 443GB | 373GB |
91
+ | Total | 989GB | 676GB | 564GB |
92
+
93
+ The raw size is the size obtained directly from building all the projects. The license constraints column
94
+ shows the size per language after license information is taken into account. The last column shows the size
95
+ when both license constraints and deduplication are taken into account, which is what is included in the
96
+ dataset.
97
+
98
  ## Licensing
99
 
100
  The individual modules within the dataset are subject to the licenses of the projects that they come from. License