Ask the Akamai guy who just gave a talk about Trecul at Strata conf aka Hadoop World :)
Otis -- Performance Monitoring - http://sematext.com/spm On Oct 24, 2012 12:11 PM, "Appu" <[email protected]> wrote: > Hi, > > For the execution code generation does using LLVM + C++ give performance > advantage over JVM? > > > > Regards > Ash win > > On Oct 24, 2012, at 6:32 PM, Ted Dunning <[email protected]> wrote: > > > I have been using very standard Sun style with 4 space indentation. This > > is the standard setting for IntelliJ. > > > > Other aspects of standard code should include lots of tests, clear naming > > and good comments. > > > > None of this is very controversial. The only unusual things that Apache > > projects usually insist on are a) no @author tags in javadoc and b) > apache > > copyright at the top. > > > > Another way to look at it is that we use the Lucene/Hadoop/Mahout style > > with four spaces instead of 2. See > > http://wiki.apache.org/lucene-java/HowToContribute#Making_Changes and > > http://www.cs.bilgi.edu.tr/pages/standards_project/java_CodingStyle.pdf > > > > For now, I am happy to be a human style checker. > > > > On Wed, Oct 24, 2012 at 12:00 AM, Arunabha Ghosh <[email protected] > >wrote: > > > >> Hi Folks, > >> I was wondering if there is an existing style guide for > code > >> in the Drill project ? If not it would be good to get one defined soon > as a > >> uniform style throughout the codebase certainly helps. Once the style > guide > >> is defined, it would be fairly easy to provide config files for > >> Eclipse/IntelliJ to automatically format according to the Style Guide. > >> > >> Arunabha > >> >
