Changes between Version 3 and Version 4 of ImplementSortingMethodsBeforeGistIndexBuilding
- Timestamp:
- 06/27/21 07:50:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified ImplementSortingMethodsBeforeGistIndexBuilding
v3 v4 40 40 * Create the signature of z-order hash function 41 41 42 === Coding Week 3 (21th June - 27th June) === 43 '''Coding Phase ''': 44 * Refactor the code structure, moving hash function to `inline` module 45 * Create a pull request and receive suggestions from community and mentors 46 * Finish morton hash function 47 48 '''Plans for next week''': 49 * Create larger random data or use real-world data for testing 50 * Evaluate the stability and efficiency of hash functions 51 * Searching for a more efficient hash function 52 42 53 43 54 == Student's Biography ==