|
7 | 7 | "id": 67044, |
8 | 8 | "name": "Room 1", |
9 | 9 | "sessions": [ |
| 10 | + { |
| 11 | + "id": "28c00986-e24d-4e8b-bdb7-862299eb7cb4", |
| 12 | + "title": "受付開始", |
| 13 | + "description": null, |
| 14 | + "startsAt": "2025-09-27T09:00:00", |
| 15 | + "endsAt": "2025-09-27T10:00:00", |
| 16 | + "isServiceSession": true, |
| 17 | + "isPlenumSession": true, |
| 18 | + "speakers": [], |
| 19 | + "categories": [], |
| 20 | + "roomId": 67044, |
| 21 | + "room": "Room 1", |
| 22 | + "liveUrl": null, |
| 23 | + "recordingUrl": null, |
| 24 | + "status": null, |
| 25 | + "isInformed": false, |
| 26 | + "isConfirmed": false |
| 27 | + }, |
10 | 28 | { |
11 | 29 | "id": "5f8ee798-da65-4889-98e4-e8571cac282b", |
12 | 30 | "title": "Opening Session", |
|
1443 | 1461 | } |
1444 | 1462 | ], |
1445 | 1463 | "timeSlots": [ |
| 1464 | + { |
| 1465 | + "slotStart": "09:00:00", |
| 1466 | + "rooms": [ |
| 1467 | + { |
| 1468 | + "id": 67044, |
| 1469 | + "name": "Room 1", |
| 1470 | + "session": { |
| 1471 | + "id": "28c00986-e24d-4e8b-bdb7-862299eb7cb4", |
| 1472 | + "title": "受付開始", |
| 1473 | + "description": null, |
| 1474 | + "startsAt": "2025-09-27T09:00:00", |
| 1475 | + "endsAt": "2025-09-27T10:00:00", |
| 1476 | + "isServiceSession": true, |
| 1477 | + "isPlenumSession": true, |
| 1478 | + "speakers": [], |
| 1479 | + "categories": [], |
| 1480 | + "roomId": 67044, |
| 1481 | + "room": "Room 1", |
| 1482 | + "liveUrl": null, |
| 1483 | + "recordingUrl": null, |
| 1484 | + "status": null, |
| 1485 | + "isInformed": false, |
| 1486 | + "isConfirmed": false |
| 1487 | + }, |
| 1488 | + "index": 0 |
| 1489 | + } |
| 1490 | + ] |
| 1491 | + }, |
1446 | 1492 | { |
1447 | 1493 | "slotStart": "10:00:00", |
1448 | 1494 | "rooms": [ |
|
3158 | 3204 | "id": 67044, |
3159 | 3205 | "name": "Room 1", |
3160 | 3206 | "sessions": [ |
| 3207 | + { |
| 3208 | + "id": "4ce699e7-20c4-4594-9edb-2241dc4a1b8f", |
| 3209 | + "title": "受付開始", |
| 3210 | + "description": null, |
| 3211 | + "startsAt": "2025-09-28T09:00:00", |
| 3212 | + "endsAt": "2025-09-28T10:10:00", |
| 3213 | + "isServiceSession": true, |
| 3214 | + "isPlenumSession": true, |
| 3215 | + "speakers": [], |
| 3216 | + "categories": [], |
| 3217 | + "roomId": 67044, |
| 3218 | + "room": "Room 1", |
| 3219 | + "liveUrl": null, |
| 3220 | + "recordingUrl": null, |
| 3221 | + "status": null, |
| 3222 | + "isInformed": false, |
| 3223 | + "isConfirmed": false |
| 3224 | + }, |
3161 | 3225 | { |
3162 | 3226 | "id": "ad837fc4-8ebd-465b-830b-a3aec2b43de2", |
3163 | 3227 | "title": "Opening", |
|
3834 | 3898 | "isConfirmed": true |
3835 | 3899 | }, |
3836 | 3900 | { |
3837 | | - "id": "d14b9256-ba9f-44f5-9e81-4916f85d735f", |
3838 | | - "title": "休憩", |
| 3901 | + "id": "0521b45f-2f00-414e-9c73-a1daf9ec24a2", |
| 3902 | + "title": "場面転換", |
3839 | 3903 | "description": null, |
3840 | 3904 | "startsAt": "2025-09-28T16:20:00", |
3841 | | - "endsAt": "2025-09-28T16:30:00", |
| 3905 | + "endsAt": "2025-09-28T16:40:00", |
3842 | 3906 | "isServiceSession": true, |
3843 | 3907 | "isPlenumSession": true, |
3844 | 3908 | "speakers": [], |
|
3855 | 3919 | "id": "958992", |
3856 | 3920 | "title": "Green Tea Garbage Collector の今:Go言語のコアチームによる試行錯誤の過程と共にメモリ管理最適化の実装を読み解く", |
3857 | 3921 | "description": "Green Tea Garbage Collector は、現在のメモリ管理(GC)の方法を変えることでCPU効率を高める革新的な技術です。本セッションでは、下記3つの観点から、Go言語の未来を左右する Green Tea Garbage Collector のアルゴリズムと実装内容について迫ります。\r\n\r\n- Goチームが、なぜ現在の Tri-color Parallel Marking アルゴリズムから脱却するために、言語仕様の中核となるGCレイヤーを開発しているか(現在)\r\n- Go チームがどのような試行錯誤を元にこの画期的な技術に辿り着いたか(過去)\r\n- Green Tea Garbage Collector は今後、SIMD AVX512などの具体的なアプローチをどのように取り入れようとしているか(未来)\r\n\r\n本セッションを通じて、参加者の方は Green Tea Garbage Collector のコアアイディアと内部実装を深く理解し、GCの設計が与える影響についての洞察を得ることができます。また、実際のGoチームの検証を分析したこのセッションは、Goのランタイム実装に興味がある方にとって貴重な学びの機会となります。", |
3858 | | - "startsAt": "2025-09-28T16:30:00", |
3859 | | - "endsAt": "2025-09-28T17:10:00", |
| 3922 | + "startsAt": "2025-09-28T16:40:00", |
| 3923 | + "endsAt": "2025-09-28T17:20:00", |
3860 | 3924 | "isServiceSession": false, |
3861 | 3925 | "isPlenumSession": false, |
3862 | 3926 | "speakers": [ |
|
3909 | 3973 | "isConfirmed": true |
3910 | 3974 | }, |
3911 | 3975 | { |
3912 | | - "id": "0521b45f-2f00-414e-9c73-a1daf9ec24a2", |
3913 | | - "title": "場面転換", |
| 3976 | + "id": "d14b9256-ba9f-44f5-9e81-4916f85d735f", |
| 3977 | + "title": "休憩", |
3914 | 3978 | "description": null, |
3915 | | - "startsAt": "2025-09-28T17:10:00", |
| 3979 | + "startsAt": "2025-09-28T17:20:00", |
3916 | 3980 | "endsAt": "2025-09-28T17:30:00", |
3917 | 3981 | "isServiceSession": true, |
3918 | 3982 | "isPlenumSession": true, |
|
4904 | 4968 | } |
4905 | 4969 | ], |
4906 | 4970 | "timeSlots": [ |
| 4971 | + { |
| 4972 | + "slotStart": "09:00:00", |
| 4973 | + "rooms": [ |
| 4974 | + { |
| 4975 | + "id": 67044, |
| 4976 | + "name": "Room 1", |
| 4977 | + "session": { |
| 4978 | + "id": "4ce699e7-20c4-4594-9edb-2241dc4a1b8f", |
| 4979 | + "title": "受付開始", |
| 4980 | + "description": null, |
| 4981 | + "startsAt": "2025-09-28T09:00:00", |
| 4982 | + "endsAt": "2025-09-28T10:10:00", |
| 4983 | + "isServiceSession": true, |
| 4984 | + "isPlenumSession": true, |
| 4985 | + "speakers": [], |
| 4986 | + "categories": [], |
| 4987 | + "roomId": 67044, |
| 4988 | + "room": "Room 1", |
| 4989 | + "liveUrl": null, |
| 4990 | + "recordingUrl": null, |
| 4991 | + "status": null, |
| 4992 | + "isInformed": false, |
| 4993 | + "isConfirmed": false |
| 4994 | + }, |
| 4995 | + "index": 0 |
| 4996 | + } |
| 4997 | + ] |
| 4998 | + }, |
4907 | 4999 | { |
4908 | 5000 | "slotStart": "10:10:00", |
4909 | 5001 | "rooms": [ |
|
6076 | 6168 | "id": 67044, |
6077 | 6169 | "name": "Room 1", |
6078 | 6170 | "session": { |
6079 | | - "id": "d14b9256-ba9f-44f5-9e81-4916f85d735f", |
6080 | | - "title": "休憩", |
| 6171 | + "id": "0521b45f-2f00-414e-9c73-a1daf9ec24a2", |
| 6172 | + "title": "場面転換", |
6081 | 6173 | "description": null, |
6082 | 6174 | "startsAt": "2025-09-28T16:20:00", |
6083 | | - "endsAt": "2025-09-28T16:30:00", |
| 6175 | + "endsAt": "2025-09-28T16:40:00", |
6084 | 6176 | "isServiceSession": true, |
6085 | 6177 | "isPlenumSession": true, |
6086 | 6178 | "speakers": [], |
|
6098 | 6190 | ] |
6099 | 6191 | }, |
6100 | 6192 | { |
6101 | | - "slotStart": "16:30:00", |
| 6193 | + "slotStart": "16:40:00", |
6102 | 6194 | "rooms": [ |
6103 | 6195 | { |
6104 | 6196 | "id": 67044, |
|
6107 | 6199 | "id": "958992", |
6108 | 6200 | "title": "Green Tea Garbage Collector の今:Go言語のコアチームによる試行錯誤の過程と共にメモリ管理最適化の実装を読み解く", |
6109 | 6201 | "description": "Green Tea Garbage Collector は、現在のメモリ管理(GC)の方法を変えることでCPU効率を高める革新的な技術です。本セッションでは、下記3つの観点から、Go言語の未来を左右する Green Tea Garbage Collector のアルゴリズムと実装内容について迫ります。\r\n\r\n- Goチームが、なぜ現在の Tri-color Parallel Marking アルゴリズムから脱却するために、言語仕様の中核となるGCレイヤーを開発しているか(現在)\r\n- Go チームがどのような試行錯誤を元にこの画期的な技術に辿り着いたか(過去)\r\n- Green Tea Garbage Collector は今後、SIMD AVX512などの具体的なアプローチをどのように取り入れようとしているか(未来)\r\n\r\n本セッションを通じて、参加者の方は Green Tea Garbage Collector のコアアイディアと内部実装を深く理解し、GCの設計が与える影響についての洞察を得ることができます。また、実際のGoチームの検証を分析したこのセッションは、Goのランタイム実装に興味がある方にとって貴重な学びの機会となります。", |
6110 | | - "startsAt": "2025-09-28T16:30:00", |
6111 | | - "endsAt": "2025-09-28T17:10:00", |
| 6202 | + "startsAt": "2025-09-28T16:40:00", |
| 6203 | + "endsAt": "2025-09-28T17:20:00", |
6112 | 6204 | "isServiceSession": false, |
6113 | 6205 | "isPlenumSession": false, |
6114 | 6206 | "speakers": [ |
|
6165 | 6257 | ] |
6166 | 6258 | }, |
6167 | 6259 | { |
6168 | | - "slotStart": "17:10:00", |
| 6260 | + "slotStart": "17:20:00", |
6169 | 6261 | "rooms": [ |
6170 | 6262 | { |
6171 | 6263 | "id": 67044, |
6172 | 6264 | "name": "Room 1", |
6173 | 6265 | "session": { |
6174 | | - "id": "0521b45f-2f00-414e-9c73-a1daf9ec24a2", |
6175 | | - "title": "場面転換", |
| 6266 | + "id": "d14b9256-ba9f-44f5-9e81-4916f85d735f", |
| 6267 | + "title": "休憩", |
6176 | 6268 | "description": null, |
6177 | | - "startsAt": "2025-09-28T17:10:00", |
| 6269 | + "startsAt": "2025-09-28T17:20:00", |
6178 | 6270 | "endsAt": "2025-09-28T17:30:00", |
6179 | 6271 | "isServiceSession": true, |
6180 | 6272 | "isPlenumSession": true, |
|
0 commit comments