Module:Lua set: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 August 2022

  • curprev 22:1122:11, 28 August 2022imported>Alexiscoutinho 10,204 bytes +10,204 Implemented hash collision handling by adding a function hash table and, most importantly, by greatly improving the internal data representation with "_elements" and "_elements_obj". Improved valid element check. Converted "_get", "_set" and "_del" to normal methods. Optimized some methods by using "_get" instead of "has".