Top "Large-files" questions

Large files, whether binary or text, can sometimes be problematic even for an experienced programmer.

sharepoint 2013 large file upload ( >1GB)

Does Anyone knows what is the max file size that can be uploaded through sharepoint? I am facing an issue …

sharepoint sharepoint-2013 large-files large-file-upload
How may I scroll with vim into a big file?

I have a big file with thousands of lines of thousands of characters. I move the cursor to 3000th character. …

vim large-files
gitignore by file size?

I'm trying to implement Git to manage creative assets (Photoshop, Illustrator, Maya, etc.), and I'd like to exclude files from …

git configuration blob gitignore large-files
How best to use XPath with very large XML files in .NET?

I need to do some processing on fairly large XML files ( large here being potentially upwards of a gigabyte ) in …

c# .net xml xpath large-files
grep -f alternative for huge files

grep -F -f file1 file2 file1 is 90 Mb (2.5 million lines, one word per line) file2 is 45 Gb That command doesn't …

unix scripting grep large-files
How does HTTP file upload work for large files?

I just want to elaborate this question: How does HTTP file upload work?. This is the form from the question: &…

http file-upload tcp stream large-files
Hadoop put performance - large file (20gb)

I'm using hdfs -put to load a large 20GB file into hdfs. Currently the process runs @ 4mins. I'm trying to …

hadoop hdfs large-files
How to free memory after opening a file in Python

I'm opening a 3 GB file in Python to read strings. I then store this data in a dictionary. My next …

python memory file-io large-files
What is the best API to read large excel files using Java?

I need to read large excel sheets using Java. The Excel sheet may be .xls or .xlsx. The sheet may …

java apache-poi large-files jexcelapi
Reading large excel file with PHP

I'm trying to read a 17MB excel file (2003) with PHPExcel1.7.3c, but it crushes already while loading the file, after …

php excel performance large-files import-from-excel