Show HN: हमने अब तक की सबसे तेज़ स्प्रेडशीट बनाई

Row Zero नाम की एक नई cloud-based spreadsheet Excel और Google Sheets जैसी workflows के साथ एक Rust/Apache Arrow engine का वादा करती है, जो बड़े datasets पर 100–1000x तेज़ होने का दावा करती है। Commenters इसके technical design (columnar storage, CRDT-based collaboration, Python और pandas integration) पर चर्चा करते हैं और इसे DuckDB, Polars, Equals, तथा Excel की नई Python features जैसी tools से तुलना करते हैं। बहस का बड़ा हिस्सा वास्तविक adoption बाधाओं पर केंद्रित है—Excel compatibility, keyboard shortcuts, desktop बनाम browser UX, security/IAM और compliance, और critical, अक्सर संवेदनशील, business data के लिए SaaS service पर निर्भर रहने का जोखिम।

प्रदर्शन और आर्किटेक्चर

  • समर्थित पंक्ति संख्या, इम्पोर्ट गति (जैसे, Snowflake/S3), और बड़े lookup ऑपरेशनों के आधार पर इसे desktop Excel से 100–1000x तेज़ बताया गया है।
  • कुछ ऑपरेशनों को बेहतर algorithms के कारण orders of magnitude तेज़ बताया गया है; कुछ edge cases में केवल ~10x तेज़ होने की बात कही गई है।
  • Rust backend, Apache Arrow, columnar storage, और custom CSV parsing पर बना है; सभी compute AWS में websocket command model के जरिए चलता है।
  • storage/orchestration के लिए S3 + DynamoDB का उपयोग करता है और multiplayer editing के लिए CRDTs का उपयोग करता है।
  • कुछ users ने विशिष्ट CSV/JSON मामलों में धीमे या असफल imports की रिपोर्ट दी; team इसे parser edge cases मानकर सुधार कर रही है।

मौजूदा टूल्स की तुलना में स्थिति

  • उन users के लिए बनाया गया है जो Excel/Sheets की limits तक पहुँच चुके हैं लेकिन एक परिचित spreadsheet UI चाहते हैं, न कि पूरा BI tool।
  • Excel Online, Google Sheets, Power BI, Equals, DuckDB, ClickHouse, Polars/DataFusion से तुलना करते हुए इसे “spreadsheet-first,” बड़े डेटा को संभालने में सक्षम, और Arrow-based tools के पूरक के रूप में पेश किया गया है।
  • कुछ लोग इसे Excel distribution partner/acquisition target के रूप में देखते हैं; अन्य Excel की सर्वव्यापकता को देखते हुए प्रतिस्पर्धा पर सवाल उठाते हैं।

Excel संगतता और UX

  • Excel-compatible formulas और hotkeys के लिए प्रयासरत है; missing functions/behaviors को अनुरोध पर जोड़ा जाता है।
  • ज्ञात gaps: कुछ range-update semantics, formula copy-to-range behavior, iterative calculations, array formulas, अधिक समृद्ध formatting/custom number formats, उन्नत filtering विकल्प, और Excel “Alt + ribbon” shortcuts।
  • row index 0 का उपयोग करता है, जिसे कुछ लोग पसंद करते हैं और कुछ इसे compatibility quirk मानते हैं।
  • browser बनाम native desktop UX पर बहस: कई power users offline, native, keyboard-centric behavior और local file workflows पर जोर देते हैं।

सुरक्षा, अनुपालन और तैनाती

  • सभी workloads AWS में चलते हैं; IAM role assumption के जरिए S3 को सपोर्ट करता है और enterprise dedicated hosting प्रदान करता है।
  • SOC 2 और HIPAA: tiers के बीच technical handling समान है, लेकिन formal reports/BAA केवल business plans के लिए हैं; pricing-page confusion के बाद यह स्पष्ट किया गया।
  • कहता है कि customer data का उपयोग सेवा के अलावा किसी अन्य उद्देश्य के लिए नहीं किया जाता।
  • उठी चिंताएँ: AWS-account access देकर buckets तक पहुँच, static DB creds, पूर्ण OAuth/IAM coverage का अभाव, NSL-proof guarantees, उच्च tiers तक सीमित SSO, और security-sensitive orgs के लिए self-hosting का अभाव।

सहयोग, इंटीग्रेशन और रोडमैप

  • खातों के बिना link-based read-only sharing; business reasons के कारण editing के लिए अभी भी accounts आवश्यक हैं।
  • नियोजित/वांछित features: databases (Snowflake/Postgres) में write-back, push-based updates या webhooks, sheets को dashboards के रूप में embed करना, अधिक समृद्ध conditional formatting, comments, R support, Python-driven charts (जैसे, matplotlib), AI-assisted formulas/code, multi-tenant SSO, और संभवतः desktop/local-first variants।
  • early adopters बताते हैं कि यह “really fast and intuitive” लगता है, खासकर multi-GB financial datasets के लिए, लेकिन कई लोग नोट करते हैं कि adoption Excel parity, security posture, और desktop availability पर निर्भर करेगा।