2010년 7월 13일 화요일

2010/07/13

* cross compiler
 A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is run.
 - 뭐. 지금 compiler가 동작하는 platform이 아니라 다른 platform에서 동작할 수 있는 code를 생성하는 능력을 가진 컴파일러라는 것인데, 결국 Windows에서 수행되는 complier가 ARM에서 수행되는 실행 Code를 만들어 내면, 그게 cross compiler네. 에효~ 용어 아는 것도 힘드네.

* Public domain
 퍼블릭 도메인(Public domain)이란 저작권이 소멸된 저작물을 말한다.
 SQLite의 라이센스는 Public domain이라능~

* ‘divide & conquer’ 접근법
 문제를 정의하고 해결 가능한 작은 문제로 분해하고 작은 문제별로 해결방안을 수립하는 ‘divide & conquer’의 접근법을 사용하는 것이다.

* leaf page
 A leaf-page is a file found at the bottom of a tree structure of hierarchical nature.

* SQLite 참고 사이트

* B-Tree 참고 사이트
  1. http://zzonsang2.tistory.com/tag/b-tree

* 엄중요?
 SQLite도 Cell(Table이면 record)를 Defragmentation를 수행함. 이거 고려를 해 볼만할 듯...

댓글 없음:

댓글 쓰기