zackmdavis / Finetooth

an experimental discussion forum
MIT License
2 stars 0 forks source link

research better backend vote-rendering algorithm #26

Open zackmdavis opened 10 years ago

zackmdavis commented 10 years ago

The current thing we do with stripping out the tags and then wrapping every single character in a <span> with a data-value attribute is an awful hack that just happened to be the first thing that worked. Can we do better (less CPU, cleaner DOM, more elegance, more grace)?