1) VAST-Tree is a new data structure that uses vector-based and compressed techniques to enable highly parallel tree traversal on modern hardware.
2) It classifies tree branches into different layers and applies different compression techniques like prefix/suffix bit truncation. This allows processing of multiple keys simultaneously using SIMD instructions.
3) Experiments on real Twitter data show that VAST-Tree achieves better compression ratios and throughput than existing techniques like FAST by dynamically compressing branch nodes while minimizing comparison errors.