To use or not to use oop

Revision en1, by 0o0o0o0o0o0, 2018-02-19 18:25:27

When implementing a data structure like a segment tree or union find is it worth it to wrap the data structure in a class.

Will it pay off? Will the object overhead be feasible? Will the scoping play such a big role? Or maybe the typing speed?

Tags oop, data structure

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English 0o0o0o0o0o0 2018-02-19 18:26:30 2 Tiny change: 'in a class.\n\nWill i' -> 'in a class?\n\nWill i'
en1 English 0o0o0o0o0o0 2018-02-19 18:25:27 270 Initial revision (published)