search for: reasonalbe

Displaying 5 results from an estimated 5 matches for "reasonalbe".

Did you mean: reasonable
2009 Feb 08
1
Tip for performance improvement while handling huge data?
Hello All, For certain calculations, I have to handle a dataframe with say 10 million rows and multiple columns of different datatypes. When I try to perform calculations on certain elements in each row, the program just goes in "busy" mode for really long time. To avoid this "busy" mode, I split the dataframe into subsets of 10000 rows. Then the calculation was done very
2006 Apr 17
3
bounding box in PostScript
When a graph is saved as PostScript, the bounding box is often too big. A consequence is that when the graph is included in a LaTeX document, the spacing does not look good. Is this a recognized problem? Is someone working on it? Could I help? David
2013 Apr 27
1
CentOS-6.4 AMI's for testing
...MarketPlace, as we did for 6.3. But we will also publish the AMI's in every region ( including sydney! ) and make sure the ID's are well documented, additionally, we will publish the raw backing files, so people can take these images to on-premise or non AWS resources as well. Once we have reasonalbe confidence in the images, I will convert them into EBS backed as well : ami-ede18284 CentOS-6.4/x86_64 Base OS AMI ami-43cfac2a CentOS-6.4/x86_64 Base OS + Updates/20130427 AMI ami-b5c8abdc CentOS-6.4/i386 Base OS AMI ami-d9ceadb0 CentOS-6.4/i386 Base OS + Updates/20130427 AMI Note: These AMI...
2006 Jan 28
1
Should I use gbde or geli?
...different key for every sector, geli uses up to 256bit AES with the same key all the time. geli also supports blowfish. Which one of these approaches is more secure? geli is newer but that doesn't say much for itself. 2. Since swap and temp space can also contain sensitive information it seems reasonalbe to encrypt these. geli seems to do fine on this task, while I have read of problems doing this with gbde. Is this still true? 3. geli supports crypto(9) which is great. However, I did read that PHK had a version of gbde that also supported crypto(9) but didn't finish it because the performance...
2015 Jul 30
4
[LLVMdev] RFC: Callee speedup estimation in inline cost analysis
TLDR - The proposal below is intended to allow inlining of larger callees when such inlining is expected to reduce the dynamic instructions count. Proposal ------------- LLVM inlines a function if the size growth (in the given context) is less than a threshold. The threshold is increased based on certain characteristics of the called function (inline keyword and the fraction of vector