Skip to content

Instantly share code, notes, and snippets.

View vikhik's full-sized avatar

Vikram Saran vikhik

  • Melbourne, Australia
View GitHub Profile
public float TargetAlpha
{
// TODO: validate on Set (0.f .. 1.f)
get; set;
};
void Update() {
Fade();
}
@vikhik
vikhik / 3.py
Last active December 29, 2015 07:19
Pure Python, Project Euler, Question 3, Optimisation testing.
""" Sample Results:
Testing equivalency:
- Passed (6857)
Averaging each function over 10 runs:
|--- Lazy Method
| lazy_gp : 0.201404
| opt_lazy_gp : 0.100885
| super_opt : 0.138018