#data-structures

[ follow ]
Data science
fromInfoQ
3 weeks ago

Redis 8 Targets AI Applications with New Data Type for Vector Similarity

Redis has introduced Vector Sets, a new data type enhancing AI applications through vector similarity.
Vector Sets enable semantic searches and support filtered capabilities for AI systems.
fromHackernoon
5 months ago
Data science

Scientists Built a Knowledge Graph for Materials-And You Can Actually Use It | HackerNoon

The article discusses a method for representing material relationships using triples in a graph database.
The use of FMKG and Neo4j significantly improves data management and retrieval for material sciences.
#python
fromPythonmorsels
3 weeks ago
Python

Practical uses of sets

Python sets are efficient for deduplication and quick containment checks, ideal for unordered collections.
fromHackernoon
3 years ago
Python

Understanding Python Memory Efficiency: Tuples vs. Lists | HackerNoon

Tuples are generally more memory-efficient than lists due to their fixed size and immutability.
fromRealpython
3 weeks ago
Python

Dictionaries in Python Quiz - Real Python

The quiz focuses on testing knowledge of Python Dictionaries through 14 questions.
It emphasizes the creation, manipulation, and performance aspects of dictionaries in Python.
fromPythonmorsels
3 weeks ago
Python

Practical uses of sets

Python sets are efficient for deduplication and quick containment checks, ideal for unordered collections.
fromHackernoon
3 years ago
Python

Understanding Python Memory Efficiency: Tuples vs. Lists | HackerNoon

Tuples are generally more memory-efficient than lists due to their fixed size and immutability.
fromRealpython
3 weeks ago
Python

Dictionaries in Python Quiz - Real Python

The quiz focuses on testing knowledge of Python Dictionaries through 14 questions.
It emphasizes the creation, manipulation, and performance aspects of dictionaries in Python.
more#python
#scala
fromMedium
6 months ago
JavaScript

Self-Referential Expressions in Functional Programming With Scala Examples

Self-referential expressions form the backbone of recursion and data structures in functional programming.
frommedium.com
4 weeks ago
Scala

How to create a case-insensitive Map in Kotlin, Scala, and Java

Implementing a case-insensitive map can be achieved efficiently using TreeMap in Kotlin, Scala, and Java.
fromMedium
6 months ago
JavaScript

Self-Referential Expressions in Functional Programming With Scala Examples

Self-referential expressions form the backbone of recursion and data structures in functional programming.
frommedium.com
4 weeks ago
Scala

How to create a case-insensitive Map in Kotlin, Scala, and Java

Implementing a case-insensitive map can be achieved efficiently using TreeMap in Kotlin, Scala, and Java.
more#scala
Data science
fromfaun.pub
2 months ago

SQL vs. NoSQL Explained: When to Use Which and Why It Matters to Modern Data Management

SQL and NoSQL databases are essential in modern data management to handle data growth and real-time processing needs.
#programming
fromSimplilearn.com
5 years ago
JavaScript

Data Structure Interview Questions [Must-Know]

Data structure interviews assess knowledge, not just perfect answers; preparation is essential.
fromCodeProject
8 months ago
JavaScript

Understanding Serialization and Deserialization: Methods, Examples, and Best Practices

Serialization converts data structures into storable formats, whereas deserialization reconstructs them from those formats.
fromwww.developerindian.com
5 months ago
Scala

How to Create a List in Scala: A Beginner's Guide

Creating and using lists in Scala is straightforward and essential for both beginners and experienced programmers.
fromHackernoon
8 months ago
JavaScript

Lua Tables: Techniques for Maintaining and Sorting Order in Arrays and Dictionaries | HackerNoon

Lua is a versatile programming language that excels in various applications due to its flexibility and efficiency.
fromHackernoon
1 year ago
JavaScript

Modern Hashing With Go: A Guide | HackerNoon

Go provides two main types of hash functions: non-cryptographic for speed and cryptographic for security.
fromSimplilearn.com
5 years ago
JavaScript

Data Structure Interview Questions [Must-Know]

Data structure interviews assess knowledge, not just perfect answers; preparation is essential.
fromCodeProject
8 months ago
JavaScript

Understanding Serialization and Deserialization: Methods, Examples, and Best Practices

Serialization converts data structures into storable formats, whereas deserialization reconstructs them from those formats.
fromwww.developerindian.com
5 months ago
Scala

How to Create a List in Scala: A Beginner's Guide

Creating and using lists in Scala is straightforward and essential for both beginners and experienced programmers.
fromHackernoon
8 months ago
JavaScript

Lua Tables: Techniques for Maintaining and Sorting Order in Arrays and Dictionaries | HackerNoon

Lua is a versatile programming language that excels in various applications due to its flexibility and efficiency.
fromHackernoon
1 year ago
JavaScript

Modern Hashing With Go: A Guide | HackerNoon

Go provides two main types of hash functions: non-cryptographic for speed and cryptographic for security.
more#programming
#computer-science
fromTheregister
2 months ago
Miscellaneous

Undergrad accidentally shreds 40-year hash table gospel

A novel hash table method achieves faster data retrieval, challenging a long-standing assumption in computer science.
fromHackernoon
5 months ago
JavaScript

Bloom Filters - Power in Simplicity | HackerNoon

Bloom filters are efficient membership-checking structures that utilize multiple hash functions for space-saving, accurate results.
fromTheregister
2 months ago
Miscellaneous

Undergrad accidentally shreds 40-year hash table gospel

A novel hash table method achieves faster data retrieval, challenging a long-standing assumption in computer science.
fromHackernoon
5 months ago
JavaScript

Bloom Filters - Power in Simplicity | HackerNoon

Bloom filters are efficient membership-checking structures that utilize multiple hash functions for space-saving, accurate results.
more#computer-science
#algorithms
fromMedium
8 months ago
Data science

The Importance of Data Structures and Algorithms in the Life of a Data Engineer

Mastering Data Structures and Algorithms is crucial for optimizing data engineering tasks.
fromMedium
4 months ago
JavaScript

Why Swift sucks as a functional language

Understanding fundamental principles can aid in solving programming challenges effectively.
fromMedium
8 months ago
Data science

The Importance of Data Structures and Algorithms in the Life of a Data Engineer

Mastering Data Structures and Algorithms is crucial for optimizing data engineering tasks.
fromMedium
4 months ago
JavaScript

Why Swift sucks as a functional language

Understanding fundamental principles can aid in solving programming challenges effectively.
more#algorithms
fromLemire
8 months ago
JavaScript

Replace strings by views when you can

Using a single string buffer for integers drastically reduces memory consumption compared to multiple std::string instances.
#memory-management
fromHackernoon
1 year ago
JavaScript

Augmented Linked Lists: An Essential Guide | HackerNoon

Linked lists are efficient for fast addition of data without resizing the entire array, suitable for write-only data, and organizing data for sequential reads.
fromHackernoon
1 year ago
JavaScript

Augmented Tree Data Structures | HackerNoon

Data structures are key to efficient data storage and organization, crucial for memory management and optimizing software performance.
fromHackernoon
1 year ago
JavaScript

Augmented Linked Lists: An Essential Guide | HackerNoon

Linked lists are efficient for fast addition of data without resizing the entire array, suitable for write-only data, and organizing data for sequential reads.
fromHackernoon
1 year ago
JavaScript

Augmented Tree Data Structures | HackerNoon

Data structures are key to efficient data storage and organization, crucial for memory management and optimizing software performance.
more#memory-management
[ Load more ]