{"id":30350,"updated":"2025-01-22T17:06:01.483153+00:00","links":{},"created":"2025-01-18T22:59:58.269735+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00030350","sets":["1164:2386:2404:2405"]},"path":["2405"],"owner":"1","recid":"30350","title":["並列GCを備えた並列Lispシステム"],"pubdate":{"attribute_name":"公開日","attribute_value":"1995-11-30"},"_buckets":{"deposit":"0680fdef-a2b4-4251-8aba-b3a9ce9f9aff"},"_deposit":{"id":"30350","pid":{"type":"depid","value":"30350","revision_id":0},"owners":[1],"status":"published","created_by":1},"item_title":"並列GCを備えた並列Lispシステム","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"並列GCを備えた並列Lispシステム"},{"subitem_title":"Parallel Lisp System Equipped with Parellel Garbage Collection","subitem_title_language":"en"}]},"item_type_id":"4","publish_date":"1995-11-30","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"慶應義塾大学大学院理工学研究科計算機科学専攻"},{"subitem_text_value":"慶應義塾大学大学院理工学研究科計算機科学専攻"},{"subitem_text_value":"慶應義塾大学大学院理工学研究科計算機科学専攻"},{"subitem_text_value":"慶應義塾大学大学院理工学研究科計算機科学専攻"},{"subitem_text_value":"慶應義塾大学大学院理工学研究科計算機科学専攻"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Department of Computer Science Graduate School of Science and Technology Keio University","subitem_text_language":"en"},{"subitem_text_value":"Department of Computer Science Graduate School of Science and Technology Keio University","subitem_text_language":"en"},{"subitem_text_value":"Department of Computer Science Graduate School of Science and Technology Keio University","subitem_text_language":"en"},{"subitem_text_value":"Department of Computer Science Graduate School of Science and Technology Keio University","subitem_text_language":"en"},{"subitem_text_value":"Department of Computer Science Graduate School of Science and Technology Keio University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/30350/files/IPSJ-PRO95004004.pdf"},"date":[{"dateType":"Available","dateValue":"1997-11-30"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-PRO95004004.pdf","filesize":[{"value":"340.2 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"15"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"3110b3b2-3a55-441d-b944-31c085ffabd0","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 1995 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"高橋, 聡子"},{"creatorName":"前田, 敦司"},{"creatorName":"田中, 良夫"},{"creatorName":"岩井, 輝男"},{"creatorName":"中西, 正和"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Satoko, Takahashi","creatorNameLang":"en"},{"creatorName":"Atsushi, Maeda","creatorNameLang":"en"},{"creatorName":"Yoshio, Tanaka","creatorNameLang":"en"},{"creatorName":"Teruo, Iwai","creatorNameLang":"en"},{"creatorName":"Masakazu, Nakanishi","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10485570","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"一括型のGCでは一度GCが起動されると,リスト処理の中断が生じるため,会話処理や実時間処理を行なう場合には,一括型のGCではなく,リスト処弾とGCを並列に行なう並列GCなどの実時間GCが有効である,並列GCにより,リスト処理の実時間処理能力は向上するが,処理速度の面では停止型GCより劣ってしまう場合がある.本稿では,並列Lispに並列GCを採用することで,リスト処理プロセス(utato)とGCプロセス(ollecto)を同時に複数実行し,処理を分担させることで高速処理を実現するような並列Lispシステムの実装の報告を行なう.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Sequential garbage collection causes a disruption of list processing when invoked. Instead of executing garbage collection sequentially, realtime garbage collection such as parallel garbage collection that executes list processing and garbage collecting in parallel, is effective for an interactive system and a realtime system. Parallel garbage collection can improve a realtime performance of list processing, but it is inferior to sequential garbage collection in throughput. We report an implementation of parallel lisp system equipped with parellel garbage collection that yields improvements in throughput by executing mutators and collectors simultaneously and balancing load among them.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"24","bibliographic_titles":[{"bibliographic_title":"情報処理学会研究報告プログラミング(PRO)"}],"bibliographicPageStart":"19","bibliographicIssueDates":{"bibliographicIssueDate":"1995-11-30","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"114(1995-PRO-004)","bibliographicVolumeNumber":"1995"}]},"relation_version_is_last":true,"weko_creator_id":"1"}}