ZJIT가 이제 Ruby 4.0에서 사용 가능합니다

발행: (2025년 12월 27일 오전 02:04 GMT+9)
1 분 소요
원문: Hacker News
0 조회
Back to Blog

관련 글

더 보기 »

Cache API로 Worker 가속화 (5줄 코드)

5줄로 Cache API 사용하기 ```javascript export default { async fetchrequest { const cache = caches.default; let response = await cache.matchrequest; if !resp... } } ```