Chang commited on
Commit
77e2725
·
1 Parent(s): 3f0e65b

Delete outdated data

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. binaries.csv +0 -3
  3. functions.csv +0 -3
README.md CHANGED
@@ -13,10 +13,12 @@ Assemblage consists a cloud-based distributed system for building large, diverse
13
 
14
  ### Dataset Details
15
 
16
- This public copy of Assemblage data consists of 29k vcpkg DLL binaries, and the information are stored in binaries.csv and functions.csv. Due to the nature that binary files can't be put into csvs, a seperate `vcpkg.tar.xz` is included, and each file can be indexed by either its SHA-256 hash or the `binary_path` column.
17
 
18
- The `binaries.csv` lists each binary file's detailed source, e.g., the compiler version, optimization and source code link. You can index the binary file by the binary_path column, and you can also look up dataframe entry by the binary's hash in reverse.
19
 
20
- The `functions.csv` records all functions indicated by its pdb file, extracted by [dia2dump](https://learn.microsoft.com/en-us/visualstudio/debugger/debug-interface-access/dia2dump-sample?view=vs-2022). You can find detailed function level information, such as RVA address, source code, and comments in this file.
21
 
22
- If these 2 csv file can't fill the need, you can also consider using [the SQLite database](vcpkg.sqlite.tar.gz), which records every details about the binary files.
 
 
 
13
 
14
  ### Dataset Details
15
 
16
+ This public copy of Assemblage data consists of 55k vcpkg DLL binaries, and the information are stored in binaries.csv and functions.csv. Due to the nature that binary files can't be put into csvs, a seperate `binaries.tar.xz.part**` is included, and each file can be indexed by either its SHA-256 hash or the `binary_path` column.
17
 
18
+ We are no longer offering csv files as data is getting too large, and can't be loaded into memory less than 128GB.
19
 
20
+ <del>The `binaries.csv` lists each binary file's detailed source, e.g., the compiler version, optimization and source code link. You can index the binary file by the binary_path column, and you can also look up dataframe entry by the binary's hash in reverse.</del>
21
 
22
+ <del>The `functions.csv` records all functions indicated by its pdb file, extracted by [dia2dump](https://learn.microsoft.com/en-us/visualstudio/debugger/debug-interface-access/dia2dump-sample?view=vs-2022). You can find detailed function level information, such as RVA address, source code, and comments in this file.</del>
23
+
24
+ Please use [our SQLite database](vcpkg.sqlite.tar.xz), which records every details about the binary files including __function source code and comments__.
binaries.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a2b87f65c3e8ead4eae8bc6b8c83939de2ba38b927b52561b5807d3a02da2c1
3
- size 5020203
 
 
 
 
functions.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1745a908cdf586a4f2c74434b9790a2c60418ca3b72cbc3de4e26909535f1f34
3
- size 13382364002