Differences between revisions 1 and 20 (spanning 19 versions)
Revision 1 as of 2010-04-01 08:21:03
Size: 986
Editor: Pradeepkumar
Comment:
Revision 20 as of 2010-04-07 20:19:31
Size: 1411
Editor: Pradeepkumar
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
== @``ME@ ==

Email: <<MailTo(deepu.aprjc AT SPAMFREE gmail DOT com)>>
Email: <<MailTo(in3xes AT SPAMFREE gmail DOT com)>>
Line 12: Line 10:
- Student at [[IIT|www.iitr.ac.in]] in India. Mathematics is my major. - Student at [[http://www.iitr.ac.in|IIT]] in India. Mathematics is my major.
Line 14: Line 12:
- Hardcore fan of C, Python, Haskell. You can find some of my small projects on [[Github|http://www.github.com/pradeepkumarg]]. -  - Fan of C, Python, Haskell. You can find some of my small projects on [[http://www.github.com/in3Xes|Github]]. -
Line 16: Line 14:
- Love solving mathematics problems by programming. [[Here|http://www.github.com/pradeepkumar/projecteuler.git]] are solutions for the problems in [[Projecteuler|www.projecteuler.net]]. - Love solving mathematics problems by programming. [[http://www.github.com/in3Xes/projecteuler|Solutions]] for the problems in [[http://www.projecteuler.net|Project Euler]]. Solved in python.
Line 20: Line 18:
  - Find me on [[http://www.twitter.com/in3Xes|Twitter]]
Line 23: Line 22:
I am interested in "Parent delta". I can also work conversion tools as I have good idea about git and bazaar. But I am mainly focusing on Parent Delta Plan. I am interested in "Parent delta". I can also work on conversion tools. But I am mainly focusing on Parent Delta Plan.

A word about project:

Mercurial calculates diffs against previous revision rather than parent. In some cases this implementation is space inefficient, and it is more sensible to store deltas against parent. This project is about implementing [[http://mercurial.selenic.com/wiki/ParentDeltaPlan|Parent Delta Plan]]. This implementation changes the structure of revlogs, so wire protocol has to be extended to allow backward compatibility.
Line 28: Line 31:
...

----

Email: <in3xes AT SPAMFREE gmail DOT com>

IRC Nick: inXs_

About Me:

- Student at IIT in India. Mathematics is my major.

- Fan of C, Python, Haskell. You can find some of my small projects on Github. -

- Love solving mathematics problems by programming. Solutions for the problems in Project Euler. Solved in python.

- Experienced user of git. Comfortable with Bazaar.

- Find me on Twitter

Google Summer of Code-2010

I am interested in "Parent delta". I can also work on conversion tools. But I am mainly focusing on Parent Delta Plan.

A word about project:

Mercurial calculates diffs against previous revision rather than parent. In some cases this implementation is space inefficient, and it is more sensible to store deltas against parent. This project is about implementing Parent Delta Plan. This implementation changes the structure of revlogs, so wire protocol has to be extended to allow backward compatibility.

CategoryHomepage

Pradeepkumar (last edited 2010-10-22 18:17:21 by mpm)